A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Java
»
Applets
Author
Swings
Kailash_ Bajaj
Greenhorn
Joined: Aug 21, 2006
Posts: 1
posted
Aug 21, 2006 23:53:00
0
How do Swings and
Applets
differ
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
5
posted
Aug 22, 2006 00:56:00
0
Originally posted by Kailu Bajaj:
How do Swings and Applets differ
Swings are things where you sit. Applets are tiny Java applications embedded to a web page.
Seriously, this isn't a question about
testing
so I'll move the thread to a more appropriate forum; the
Applets forum
.
Author of
Test Driven
(2007) and
Effective Unit Testing
(2013) [
Blog
] [
HowToAskQuestionsOnJavaRanch
]
Manuel Moons
Ranch Hand
Joined: Mar 05, 2002
Posts: 229
posted
Aug 22, 2006 03:21:00
0
Swing is a collection of classes (GUI components) that can be used to build GUI applications.
An
applet
is a special type of Java-application that can be embedded in a web-page.
Swing can be used inside an applet. But Swing and an applet are 2 totally different things.
I agree. Here's the link:
http://aspose.com/file-tools
subject: Swings
Similar Threads
JPanel
What is the best book for Swing and GUI?
JTable - ComboBox
Modal Dilag box
when do we use swings
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter