Forum: Java Jul 17th, 2009 |
| Replies: 10 Views: 651 4. stop hi-jacking threads
5. don't post complete code (at least initially) |
Forum: Python Jun 23rd, 2009 |
| Replies: 7 Views: 340 just move the entry/start point of your game into a function, and then at the end of that function (even after) you can give the use the option to "play again". |
Forum: C++ Jun 23rd, 2009 |
| Replies: 14 Views: 482 I get the impression you aren't really trying here, produce some updated code with what you are trying...
maybe then I can give more assisstance. |
Forum: *nix Software Jun 10th, 2009 |
| Replies: 4 Views: 755 windows isn't going to show the hdd if it isn't fat / ntfs. and perhaps dreamlinux is using a format not known to pclinuxos too. |
Forum: Java May 2nd, 2009 |
| Replies: 9 Views: 657 from a quick glance i'd say your contructor isn't trimming the whitespaces correctly |
Forum: Java Mar 23rd, 2009 |
| Replies: 4 Views: 326 The "==" operator won't evaluate two Strings as true unless they are the same object. You should use String.equals() instead. |
Forum: Java Feb 25th, 2009 |
| Replies: 2 Views: 293 firstNumber and secondNumber are Strings (I am pretty sure you know this). since they are strings, == will only evaluate true if they are the same object. you want to use .equals to compare Strings... |
Forum: Java Feb 25th, 2009 |
| Replies: 11 Views: 1,012 this link may help you: http://forums.java.net/jive/thread.jspa?threadID=42506
there is also a link at the bottom of the page to a sun reference. one of my guesses would be the fact that repaint()... |
Forum: Java Feb 24th, 2009 |
| Replies: 10 Views: 464 what is the point in returning "enter" when all your logic related to "enter" is already complete within the method? and as i said previously, simply returning a value is useless unless you actually... |
Forum: Geeks' Lounge Nov 6th, 2008 |
| Replies: 27 Views: 2,373 According to last.fm:
1. Sigur Rós
2. Alkaline Trio
3. The Get Up Kids
4. Mineral
5. New Found Glory |
Forum: Java Jun 23rd, 2008 |
| Replies: 15 Views: 1,803 Pretty much worked straight away for me. All I did was create a new project, delete the default package and copy in your package instead. DoodleBug.java was missing a package statement, but that was... |
Forum: Site Layout and Usability Jul 6th, 2007 |
| Replies: 2 Views: 1,186 Hi all, this question may have been asked before, and if so, sorry and feel free to flame me for it. But coming from a programming background and no so much web design, creativity is very much a... |