Class TestLayouts
<default>
java.lang.Object
  java.awt.Component
      java.awt.Container
          java.awt.Window
              java.awt.Frame
                  javax.swing.JFrame
                      TestLayouts
All Implemented Interfaces:
java.awt.image.ImageObserver, java.awt.MenuContainer, javax.accessibility.Accessible, javax.swing.WindowConstants

public class TestLayouts
extends JFrame
This frame contains several Containers with various Layout Managers installed.
Author:
TogetherSoft
See Also:  Node Documentation, UI Documentation

Inner classes inherited from class javax.swing.JFrame
JFrame.AccessibleJFrame
Inner classes inherited from class java.awt.Frame
Frame.AccessibleAWTFrame
Inner classes inherited from class java.awt.Window
Window.AccessibleAWTWindow
Inner classes inherited from class java.awt.Container
Container.AccessibleAWTContainer
Inner classes inherited from class java.awt.Component
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy
Field Summary
Border
BorderLayout
GridBagLayout
GridLayout
JButton
JButton
JButton
JButton
JButton
JButton
JButton
JButton
JButton
JButton
JButton
JButton
JButton
JButton
JButton
JButton
JButton
JButton
JButton
JButton
JButton
JPanel
JPanel
JPanel
JPanel
JPanel
TitledBorder
TitledBorder
TitledBorder
TitledBorder
TitledBorder
TitledBorder
Fields inherited from class javax.swing.JFrame
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled
Fields inherited from class java.awt.Frame
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
Fields inherited from interface javax.swing.WindowConstants
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE
Constructor Summary
Method Summary
private void
initGUI()
This method is called from within the constructor to initialize the form.
static void
main(String[] args)
void
thisWindowClosing(WindowEvent e)
Field Detail
jPanel1
JPanel jPanel1 = new JPanel()
See Also:  UI Component

border1
Border border1
See Also:  UI Component

titledBorder1
TitledBorder titledBorder1
See Also:  UI Component

titledBorder2
TitledBorder titledBorder2
See Also:  UI Component

jButton1
JButton jButton1 = new JButton()
See Also:  UI Component

jButton2
JButton jButton2 = new JButton()
See Also:  UI Component

jButton3
JButton jButton3 = new JButton()
See Also:  UI Component

jPanel2
JPanel jPanel2 = new JPanel()
See Also:  UI Component

titledBorder3
TitledBorder titledBorder3
See Also:  UI Component

jButton4
JButton jButton4 = new JButton()
See Also:  UI Component

jButton5
JButton jButton5 = new JButton()
See Also:  UI Component

jButton6
JButton jButton6 = new JButton()
See Also:  UI Component

jPanel3
JPanel jPanel3 = new JPanel()
See Also:  UI Component

titledBorder4
TitledBorder titledBorder4
See Also:  UI Component

jButton7
JButton jButton7 = new JButton()
See Also:  UI Component

borderLayout1
BorderLayout borderLayout1 = new BorderLayout()
See Also:  UI Component

jButton8
JButton jButton8 = new JButton()
See Also:  UI Component

jButton9
JButton jButton9 = new JButton()
See Also:  UI Component

jButton10
JButton jButton10 = new JButton()
See Also:  UI Component

jButton11
JButton jButton11 = new JButton()
See Also:  UI Component

jPanel4
JPanel jPanel4 = new JPanel()
See Also:  UI Component

titledBorder5
TitledBorder titledBorder5
See Also:  UI Component

gridLayout1
GridLayout gridLayout1 = new GridLayout()
See Also:  UI Component

jButton12
JButton jButton12 = new JButton()
See Also:  UI Component

jButton13
JButton jButton13 = new JButton()
See Also:  UI Component

jButton14
JButton jButton14 = new JButton()
See Also:  UI Component

jButton15
JButton jButton15 = new JButton()
See Also:  UI Component

jButton16
JButton jButton16 = new JButton()
See Also:  UI Component

jPanel5
JPanel jPanel5 = new JPanel()
See Also:  UI Component

titledBorder6
TitledBorder titledBorder6
See Also:  UI Component

jButton17
JButton jButton17 = new JButton()
See Also:  UI Component

jButton18
JButton jButton18 = new JButton()
See Also:  UI Component

jButton19
JButton jButton19 = new JButton()
See Also:  UI Component

jButton20
JButton jButton20 = new JButton()
See Also:  UI Component

jButton21
JButton jButton21 = new JButton()
See Also:  UI Component

gridBagLayout1
GridBagLayout gridBagLayout1 = new GridBagLayout()
See Also:  UI Component
Constructor Detail
TestLayouts
public TestLayouts()
Method Detail
initGUI
private void initGUI()
This method is called from within the constructor to initialize the form.

main
public static void main(String[] args)

thisWindowClosing
public void thisWindowClosing(WindowEvent e)