Preserved Topic: Creating an applet |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: |
posted 04-11-2003 06:19
I started a similar topic here, but I think this might be a better place for help as I think my problem lies more in java than in html. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 04-11-2003 11:19
The poster has demanded we remove all his contributions, less he takes legal action. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 04-11-2003 12:23
The poster has demanded we remove all his contributions, less he takes legal action. |
Bipolar (III) Inmate From: |
posted 04-12-2003 00:06
hey ini, thanks man. That all makes sense and helps me alot. I've managed to get a jar file working when I use the version of the code that uses a JFrame. I'm still having trouble with the JApplet though. I guess this is what i'm not understanding. The JApplet runs itself through it's init() method. But what calls that method? I need to create an instance of a JApplet somewhere. Is that what I should be doing in my main method? And also, my manifest file has to specify which class in the jar contains the main method. So that leads me to believe that I DO need a main method somewhere. Still feeling confused, but I'm making progress. Once I get this much squared away I still have to try to figure out the necessary html. But that can wait for now. Thanks for the replies so far. They've been really helpful. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 04-12-2003 09:07
The poster has demanded we remove all his contributions, less he takes legal action. |