answersLogoWhite

0

Swing adv. in java

User Avatar

Anonymous

14y ago
Updated: 8/17/2019

Even though AWT is powerful, there are many compelling reasons as to why Swings is a more successful and preferred choice for UI programmers. They are:

1. Swing has a rich and convenient set of user interface elements.

2. Swing has few dependencies on the underlying platform. This means that it is less prone to platform-specific bugs.

3. Swing gives a consistent user experience across platforms.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Is java swing technology or language?

swing technology


Why swing is used in java?

Swing is a package in Java which contains tools for building GUI application. Swing is a part of Java's foundation classes.


How do you create a e-passport website using java swing?

You really don't want to do that. Swing is for desktop applications. If you want to create a website, use Java Server Faces or Applets, not Swing.


What is font class in java?

It is a part of swing package.


Is it easy to design chat server in java swing?

Yes.


Why would someone need a Java swing?

Java Swing might be needed by someone because Swing provides a native look and feel that matches the look and feel of several platforms, with more powerful and flexible components than AWT.


What is a getContentPane method in Java?

The getContentPane() method is used to get the main component in a Java Swing JFrame. It is usually a JPanel.


What is the difference between swing and swing events?

Java Swings is a technology that is used to create User Interface Components using Java. Swing Events are a part of this technology that is used to handle user actions like click of a button or closing the component etc


How do you set the constant textarea in java?

we can set the value of constant text area in Java in swing by creating a object of Jframe


What is AWT and Swing in java?

Swing is a library of GUI controls. Classes in swing are not OS dependent. They do not take the look and feel of the target platform so that they have a consistent appearance.


How do you make mobile project documentation?

Mobile project doc ? its not clear which kind docs required , bcoz mobile diff client are there BREW ,WAP,J2me Brew (MIxed the java and c tech) WAP fully java , j2me .. adv, java .


What are the advantages of java swing over java applet?

I think you may have your terminology off a bit.javax.swing is a Java package of graphical user interface (GUI) classes.An Applet is a class designed to be embedded in a web browser.Among the classes in the Swing package is JApplet, which is an Applet extended to work with Swing components.There really is no "advantage" of one thing over the other. They are just different, if related, parts of Java.