Hi everybody,

I have basic experience with java but I just started with java2d. I have made 
an example class where I draw some lines and more. Now I will call that class 
in my main class. Does somebody know how because I try this and it dousn't work:

public class NewMain {

    /**
     * @param args the command line arguments
     */
    public static void main(String[] args) {
        // TODO code application logic here
      Letter letter = new Letter();
      letter.paint();
    }

Thank you for the support!
[Message sent by forum member 'khalidelmeknesi' (khalidelmeknesi)]

http://forums.java.net/jive/thread.jspa?messageID=260572

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to