Hi all !
I write a Java applet which is an application containing many classes in several folders (or packages). My problem is that only the startup class seem to work.
I mean the "main class" is launched at the launching of the applet, but all the classes it calls does not run.
I also would like to know if all the classes of the application have to extends the "Applet" class ...
Thanks if you have any idea
I write a Java applet which is an application containing many classes in several folders (or packages). My problem is that only the startup class seem to work.
I mean the "main class" is launched at the launching of the applet, but all the classes it calls does not run.
I also would like to know if all the classes of the application have to extends the "Applet" class ...
Thanks if you have any idea