run on JApplets

how i convert use jFrame to jApplet ?
[44 byte] By [3754820753184644948a] at [2007-10-2 18:21:29]
# 1
You can't convert a JFrame to a JApplet. But oyu can have your class extending from JApplet instead of extending from JFrame.
CeciNEstPasUnProgrammeura at 2007-7-13 19:42:04 > top of Java-index,Java Essentials,Java Programming...
# 2
but also same software (NetBeans 4.1 ) ?i dun know how to create JApplet...?
3754820753184644948a at 2007-7-13 19:42:04 > top of Java-index,Java Essentials,Java Programming...
# 3
> but also same software (NetBeans 4.1 ) ?Your IDE doesn't matter in any way.> i dun know how to create JApplet...? http://www.google.com/search?hl=en&q=java+applet+tutorial
CeciNEstPasUnProgrammeura at 2007-7-13 19:42:04 > top of Java-index,Java Essentials,Java Programming...