|
|
#1 (permalink) |
|
Silver Member
![]() Join Date: Feb 2006
Location: San Diego, CA
Posts: 227
|
I just started learning Java and I'm really lost. Right now i'm trying to make a sketchpad program, but I can't remember how to start it and I turned in the packet that taught me how :/
Anyway, here's what I have: Code:
public class House
{
public void DrawingTool(SketchPad [600,600]); //problem is here
DrawingTool(SketchPad); //here i know is wrong, i can fix it when ^^ is fixed
public static void main(String[]args)
{
}
}
__________________
Upload, search for, randomize, and add custom text to signatures and avatars |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What does basic Java Programming language actually look like? | leeroyMarv | General Software | 3 | 06-09-2006 03:48 AM |
| Java problem.. | Hobo_man | Operating Systems | 2 | 03-03-2006 08:19 PM |
| Java Problems | Hobo_man | Operating Systems | 1 | 03-03-2006 06:47 PM |
| Java | jeckgo | General Computer Chat | 0 | 01-31-2006 08:31 AM |
| Java Runtime error box on XP? | leo | Operating Systems | 7 | 06-18-2005 12:32 AM |