answersLogoWhite

0

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.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

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 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 the component of system programming?

various components of system programming are: - Assemblers - Interpreters - Compilers - Loaders - Macros


What are the components of chemical containers?

Chemical containers are typically made from specialized plastic designed to not react or melt from stored chemicals. Some chemical containers may also be glass based.


What are the components of linear programming models?

The objective function and the constraints.


What are the components of programming?

A linear objective function and linear constraints.


How do you create a login page by using swing in Java?

In order to create a log in page using swing in Java one must write programming code. The code to do this is about two pages long. If one is not familiar with programming code, it would be best to hire a programmer to do this.


What is long components in the C programming language?

A 32 bit integer.


What are the components of linear programming?

A linear objective function and linear constraints.


What are components of object oriented programming?

abstraction,encapsulation,inheritence,polymorphism,object


How does java programming language handle graphics?

Java Graphics APIs - AWT and Swing - provide a huge set of reusable GUI components, such as button, text field, label, choice, panel and frame for building GUI applications. You can simply reuse these classes rather than re-invent the wheels. I shall start with the AWT classes before moving into Swing to give you a complete picture. I have to stress that AWT component classes are now obsoleted by Swing's counterparts.


Can javascript be used in Jtextpane in swing?

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