Search Results

Showing results 1 to 12 of 12
Search took 0.01 seconds.
Search: Posts Made By: sillyboy
Forum: Java Jul 17th, 2009
Replies: 10
Views: 651
Posted By sillyboy
4. stop hi-jacking threads
5. don't post complete code (at least initially)
Forum: Python Jun 23rd, 2009
Replies: 7
Views: 340
Posted By sillyboy
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
Posted By sillyboy
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
Posted By sillyboy
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
Posted By sillyboy
from a quick glance i'd say your contructor isn't trimming the whitespaces correctly
Forum: Java Mar 23rd, 2009
Replies: 4
Views: 326
Posted By sillyboy
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
Posted By sillyboy
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
Posted By sillyboy
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
Solved: Output and null
Views: 464
Posted By sillyboy
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
Posted By sillyboy
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
Solved: NetBeans Noob
Views: 1,803
Posted By sillyboy
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
Posted By sillyboy
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...
Showing results 1 to 12 of 12

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC