Author
Cant seem to get this to run as an applet?
David Triple
Greenhorn
Joined: Jul 05, 2011
Posts: 20
I think i have it all right, but i dont know where to place my extends from Japplet? can any one take a look and help me out?
David Triple
Greenhorn
Joined: Jul 05, 2011
Posts: 20
Running it like this gives me an : <identifier> expected error at line 77...
David Triple
Greenhorn
Joined: Jul 05, 2011
Posts: 20
i mean line 68 where the exit on close is..
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35443
posted Aug 09, 2011 08:56:36
0
It looks like you are declaring a class called JHiLo2 inside another class called JHiLo2 - is that what you intended to do? It seems a recipe for problems.
Android apps – ImageJ plugins – Java web charts
David Triple
Greenhorn
Joined: Jul 05, 2011
Posts: 20
Not really, if i turn the extends JFrame into JApplet it wont run, so im lost at this part?
David Triple
Greenhorn
Joined: Jul 05, 2011
Posts: 20
ok i got it to work, i jsut commented the whole part out at line 66-68 and renamed JFrame to JApplet on line 06
subject: Cant seem to get this to run as an applet?