JAppletNullPointerException

Hi

This is my JApplet

import javax.swing.*;

import java.awt.event.*;

publicclass J21emlaextends JApplet

{

public J21emla()

{

}

publicvoid start()

{

setVisible(true);

}

}

[757 byte] By [noah.w] at [2007-9-26 5:53:00]
# 1
look at this: http://forum.java.sun.com/thread.jsp?forum=57&thread=166782
noah.w at 2007-7-1 14:22:22 > top of Java-index,Archived Forums,Swing...