| Author |
Confused about class Applet and JApplet
|
Shen Lin
Greenhorn
Joined: Mar 10, 2003
Posts: 10
|
|
I want to know what is the diffreences between Applet and JApplet. It seems that I cannot add Components to Applet, but it is OK for JApplet. Is it true?
|
 |
Dirk Schreckmann
Sheriff
Joined: Dec 10, 2001
Posts: 7023
|
|
|
You can indeed add components to an Applet. The Button class extends Component.What components are you having trouble adding to a simple Applet?
|
[How To Ask Good Questions] [JavaRanch FAQ Wiki] [JavaRanch Radio]
|
 |
Shen Lin
Greenhorn
Joined: Mar 10, 2003
Posts: 10
|
|
|
Thanks, Dirk. I think I have a better understanding now and should be able to add other components.
|
 |
 |
|
|
subject: Confused about class Applet and JApplet
|
|
|