Forum: Java Oct 24th, 2007 |
| Replies: 7 Views: 1,435 Change the DefaultLookandFell property |
Forum: Java Mar 4th, 2007 |
| Replies: 9 Views: 12,280 He did give you a suggestion on how to fix the error. Do you understand his recommendation? |
Forum: Java Jan 12th, 2007 |
| Replies: 5 Views: 1,352 Go to Control Panel, open the System Control Panel. Click the Advanced tab. Click the Environment Variables button.
In the System variables group, find CLASSPATH, then click Edit. At the end of... |
Forum: Java Jan 4th, 2007 |
| Replies: 7 Views: 3,364 Your program is working, but no part of this problem includes showing the drawing on the screen! |
Forum: Java Dec 6th, 2006 |
| Replies: 2 Views: 1,151 Quite a few problems, but if you look at the errors the compiler is throwing, you will see how to fix it.
For instance, you declare a public String variable called ownerName. But then in the... |
Forum: Java Nov 19th, 2006 |
| Replies: 3 Views: 3,646 I think the problem here is that you are writing a method inside of a method.
The public int calcFib(int n) should not be contained in the main method. Instead, form the class like this:
... |