hi ppl,
I was wondering why my JDK 1.4 gives error for not having any such method for dispose();
if i have button b1 on my applet it shud quit the applet when i press the button b1........but the error is shown......what would b possible solution....?
my function :
public void actionPerformed(ActionEvent e)
{
if (e.getSource()==b1) {dispose ();}
}