Forum: Java 11 Days Ago |
| Replies: 2 Views: 223 try using isCharacter(), .charAt() and .length
Chris |
Forum: Java Aug 4th, 2009 |
| Replies: 2 Views: 237 I think you should look at all of your brackets, most of your classes are contained within the PreviousButton class or whatever it is called, so get counting :)
Chris |
Forum: Java Mar 6th, 2009 |
| Replies: 7 Views: 490 Does w3schools even mentiod Java as far as im aware its a web programming site.
Link number 5, didn't you read responses to this thread that suggested you do not use an IDE like NetBeans.
Read... |
Forum: Java Feb 12th, 2009 |
| Replies: 4 Views: 805 Are you talking about printing out the source code??
If so research Quinnes :)
Chris |
Forum: Java Feb 11th, 2009 |
| Replies: 3 Views: 621 Rectangle myRectangle = Rectangle(); should be Rectangle myRectangle = new Rectangle();
The second too, I suggest you look at the function. Notice you declare them as taking two parameters yet you... |
Forum: Java Feb 11th, 2009 |
| Replies: 8 Views: 646 Your class needs to implement ActionListener. Then ofcourse you will need to set actioncommands etc for each menu item.
Chris |
Forum: Java Nov 27th, 2008 |
| Replies: 2 Views: 456 Before you take a tutorial in dreamweaver which is a very good choice. I would reccomend learning how to post a question. For starters this is a web design question NOT a Java Programming Question.... |
Forum: Java Nov 21st, 2008 |
| Replies: 6 Views: 1,245 Java-o-matic has some video tutorials, not much though
Chris |
Forum: Java Nov 15th, 2008 |
| Replies: 13 Views: 856 Nobody will do your homework for you.
Post some example code and your problem and we will happily help.
Chris |
Forum: Java Nov 14th, 2008 |
| Replies: 6 Views: 1,307 If you have to implement a quicksort, then i suggest you do. Have a read
http://en.wikipedia.org/wiki/Quicksort |
Forum: Java Oct 4th, 2008 |
| Replies: 6 Views: 680 Hey, enjoy your stay. This may help clear anything up that your unsure about if you wan't already use it, you should!
http://java.sun.com/docs/books/tutorial/
Chris |
Forum: Java Oct 1st, 2008 |
| Replies: 4 Views: 660 Get us started with some code and we will love to help you, |
Forum: Java Oct 1st, 2008 |
| Replies: 2 Views: 1,370 A quick google turn up what look to be a nice page (http://www.javaworld.com/javaworld/jw-03-1999/jw-03-dragndrop.html)
Google is your friend, also if you don't know java to well i would recommend... |
Forum: Java Sep 27th, 2008 |
| Replies: 2 Views: 496 Perhaps this (http://www.computerhope.com/jargon/i/ip.htm) will help |