- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 4
- Posts with Upvotes
- 4
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
9 Posted Topics
When you declare something as static it means that that 'stuff' belongs to the class itself and not to the objects generated by that class. You don't need (should not) to create an object to call an static method or access and static field (java.lang.Math.* methods are a good example …
I haven't write anything to draw things in a long time but what you basically need to do is declare your coordinates in variables (x1,y1,x2,y2 for example). Then initialise them in whenever place you wish and in every loop iteration substract an add as needed [code] int x1=0; //top left …
I don't get your question. are you asking how to get all the titles programaticly or how to store the title strings? if you are asking how to ge tthe titles, I would suggest to read line by line and use a regular expression to get the string you like. …
I have it, you can add me if you wish, but most of what I write (70~80%) is in spanish. my username is the same that in here.
I recommend you to use the SimpleDateFormat class. It is easier than calculating milliseconds. With it you can define the format you are going to use (yymmmdd, ddmmyyyy,etc) and then just call the parse method.
Hello everyone, My name is Santiago and I am a 24 years old java developer from Mexico City. I am kind of new in the 'professional' level. I have been developing software as a job since february (I graduated in december) in a company dedicated to provide services to finantial …
We can help you if you don't provide more information. What viewer are you talking about? how does your classes relate? give us a little code or at least describe your application design so we can understand what you are trying to accomplish. if what you wan is to pass …
[QUOTE=krusso88;1036774]For a computer networking course I was given a project to make a Mail User Agent. We were given a few completed classes, but one of them is giving an error. Here is the part of code in question: [CODE] try { Envelope envelope = new Envelope(mailMessage, serverField.getText()); } catch …
Hello everyone, first of all, I dont know if this should be in the java or the jsp forum. I put it here since is a web related question. I am making a report module for a web page using java. For this I will use a jquery plugin called …
The End.
santiagozky