answersLogoWhite

0

a. It provides Java programmers many new powerful components-- most of which we've been begging for since Java's inception. b. It gives developers a chance to create a powerful, portable application that can not only target users on any Java-compatible platform, but also target their desired look-and-feel as well. c. The distribution is easy to learn, but can also be used at varying levels of complexity to curtail to the programmer's wishes.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What are components and containers in swing programming?

Containers in Swing are elements within which we can place other swing components. For ex: The Frame is a container within which you can place panels. The Panel in turn is a container that can hold buttons, text boxes, combo boxes etc. the containers are the building blocks of swing programming. The buttons, text boxes and other items that we place in a Swing UI are all components. For that matter, even the containers can be considered as swing components.


What are swing components?

Swing Components are elements like a Frame, Button, Panel etc that can be used as part of Java Swings to create User Interfaces.


What are swing containers?

Containers in Swing are components within which we can place other swing components. For ex: The Frame is a container within which you can place panels. The Panel in turn is a container that can hold buttons, text boxes, combo boxes etc. the containers are the building blocks of swing programming.


What are the advantages of using double swing doors in a commercial setting?

Double swing doors in a commercial setting offer advantages such as efficient traffic flow, accessibility for people and equipment, and improved ventilation.


What are the advantages of installing an LH swing door in a residential setting?

Installing an LH swing door in a residential setting can provide advantages such as ease of use for left-handed individuals, improved accessibility, and better traffic flow within the space.


What are the advantages of a swing bridge?

The swing bridge has very long spans, and behaves better in earthquakes then heavy rigid bridges.ANS 2 -Swing bridges can allow passage of very wide and high ships in a waterway.


What are the advantages of installing a double swing door in a commercial building?

Installing a double swing door in a commercial building can provide advantages such as improved accessibility for people and equipment, better traffic flow, increased convenience for large groups of people, and enhanced aesthetics.


Can javascript be used in Jtextpane in swing?

No. JavaScript can be used only in HTML and other Web Components


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 were the advantages and disadvantages of DC component?

what is meant by dc components???


What is the base class for all swing components?

The JComponent class of the javax.swing package serves as the base class.


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