Hi all,

My question is about SWING.

I wrote a simple swing code, and tried to view it with IE5.
But I got an error like "lang. ......... class not found" (sorry for not
remembering the exact error)
But with appletviewer it runs without any error.

my simple code is as follows

// MySwing.java

public class MySwing extends Applet
{
        public void init()
        {
                JButton button;
                button = new JButton("Click");
                add(button);
        }
}

Thanks for your help...

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to