Hi,
a JFrame is basically a window with the "close", "restore", "max/minimize" buttons. They can be moved about, etc..
You would not extend a JFrame in an applet.
However, a JPanel is simply a container. Panels are used to group components together.
Hope this helps.
Rob Darkins.
Quote:
|
Originally Posted by Jason Roldan
What's the difference between a JPanel, and a JFrame, and how can they be used when working with applets.
|