aspose file tools
The moose likes Applets and the fly likes Swings 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
Reply Bookmark "Swings " Watch "Swings " New topic
Author

Swings

Kailash_ Bajaj
Greenhorn

Joined: Aug 21, 2006
Posts: 1
How do Swings and Applets differ
Lasse Koskela
author
Sheriff

Joined: Jan 23, 2002
Posts: 11962
    
    5
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
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