vote up 1 vote down star
1

Why is Java's GUI development platform named "Swing"? What does it mean?

flag

0% accept rate
devalopers=developers (typo), do you mean 'Java Swing' ? – Roalt Apr 1 at 6:17

4 Answers

vote up 1 vote down

Swing is not an acronym. The name represents the collaborative choice of its designers when the project was kicked off in late 1996. Swing is actually part of a larger family of Java products known as the Java Foundation Classes ( JFC), which incorporate many of the features of Netscape's Internet Foundation Classes (IFC), as well as design aspects from IBM's Taligent division and Lighthouse Design.

Found here

Here's a history of "Swing"

link|flag
How about a citation? – Tom Apr 1 at 6:23
vote up 0 vote down

I'm not sure I understand your question, but Swing is name of the Java UI library and API. (The old, obsolete GUI is called AWT.)

link|flag
vote up 6 vote down

This is all I've found so far - it's code name stuck and it was named after swing dancing.

link|flag
vote up 1 vote down

Many of the folks at Sun who worked on Java are into Swing music and Swing dancing.

Duke, the Java Mascot, was named after Duke Ellington, for example.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.