Forum: Java Jul 6th, 2008 |
| Replies: 2 Views: 3,177 Wouldn't it be better when your loading your application to display the splash screen, set a Timer running in the background, then close the splash screen and start the application? Not sure how that... |
Forum: Java Feb 13th, 2008 |
| Replies: 5 Views: 9,500 Does this help?
http://forum.java.sun.com/thread.jspa?threadID=280745&messageID=1092147 |
Forum: Java Jan 28th, 2008 |
| Replies: 8 Views: 1,108 Well you still havent initialized the array members from what i can see. |
Forum: Java Jan 28th, 2008 |
| Replies: 8 Views: 1,108 Yeh thats called a default constructor. You don't really need the this keyword in front of the member names.
A word of advice class members should be private or protected and never unless theres... |