Swing
|
Applet
|
Swing have
its own Layout like most popular Box Layout.
|
Applet uses
AWT Layouts like flowlayout.
|
Swing have
look and feel according to user view you can change look and feel using
UIManager.
|
Applet Does
not provide this facility.
|
Swing have
some Thread rules.
|
Applet
doesn't have any rule.
|
Swing is
light weight Component.
|
Applet is
heavy weight Component.
|
Swing uses
for stand lone Applications, Swing have main method to execute the program.
|
Applet need
HTML code for Run the Applet.
|
Swing uses
MVC Model view Controller.
|
Applet not.
|
To execute
Swing no need any browser By which we can create stand alone application But
Here we have to add container and maintain all action control with in frame
container.
|
To execute
Applet programe we should need any one browser like Appletviewer, web
browser. Because Applet using browser container to run and all action control
with in browser container.
|
A blog about languages like c,c++,java and python, Deployment of django projects and much more
Translate
Tuesday, 20 May 2014
Difference Between Applet And Swing
Subscribe to:
Posts (Atom)