bookExamples.ch18Swing.awt
Class LayoutExample

java.lang.Object
  extended by bookExamples.ch18Swing.awt.LayoutExample

public class LayoutExample
extends java.lang.Object


Constructor Summary
LayoutExample()
           
 
Method Summary
static void addressBook()
           
static void BorderLayoutExample()
           
static void flowLayoutExample()
           
static javax.swing.JButton getCancelButton()
           
static javax.swing.JPanel getDialPanel()
           
static javax.swing.JButton getOkButton()
           
static void GridLayoutExample()
           
static void main(java.lang.String[] args)
           
static void PreferredSizeGridLayoutExample()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutExample

public LayoutExample()
Method Detail

flowLayoutExample

public static void flowLayoutExample()

getOkButton

public static javax.swing.JButton getOkButton()

getCancelButton

public static javax.swing.JButton getCancelButton()

PreferredSizeGridLayoutExample

public static void PreferredSizeGridLayoutExample()

main

public static void main(java.lang.String[] args)

GridLayoutExample

public static void GridLayoutExample()

BorderLayoutExample

public static void BorderLayoutExample()

getDialPanel

public static javax.swing.JPanel getDialPanel()

addressBook

public static void addressBook()