What is a Container in a GUI?
Related Tutorials/Questions & Answers:
java containerjava container Why the
container does not support multiple layout managers
Advertisements
Container or Component - Java BeginnersContainer or Component I was asked this question on and am having... about the realtionship between Components and Containers in
Java GUI?
1) a component is a subclass of a
container which means any
container can hold a component
2
Create a Container in Java awt
Create a
Container in
Java awt
... a
container.
Container contains several control or tools for
develop
your application. All the controls used in your application are the
container
for one another
Creating a JTabbedPane Container in Java Swing
Creating a JTabbedPane
Container in
Java Swing
... to create the
JTabbedPane
container in
Java Swing. The example for illustration is given in which, all the things related to the creation of JTabbedPane
container Create a Scroll Pane Container in Java Create a Scroll Pane
Container in
Java
... to create a scroll
pane
container in
Java Swing. When you simply create a Text Area... adding the
JScrollPane component of
Java Swing. Following is the screen shot
Create a Desktop Pane Container in Java
Create a Desktop Pane
Container in
Java
...
pane
container in
Java. The desktop pane
container is a
container, which has...
under the desktop pane. Following figure shows the JDesktopPane component of
Java