Applet shows nothing
I have wrote a java applet. It doesn't use any java2 classes and only I have used AWT class. In the applet viewer it works properly but when I try to run it within an HTML file by explorer I get the following error:
java.lang.NoClassDefFoundError: org/netbeans/lib/awtextra/AbsoluteLayout
at Convert.initComponents(Convert.java:48)
at Convert.init(Convert.java:15)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Thanks in advance,
Payam

