A Comparison of Applets and Applications
in Java |
Prof. David Bernstein |
Computer Science Department |
bernstdh@jmu.edu |
main()
JFrame
(or Frame
)init()
and then start()
JApplet
(or Applet
)RootPaneContainer
for a JApplet
has access to the start-up parameters whereas the
RootPaneContainer
for an application
(which is a JFrame
) does not.