com.jgoodies.looks.demo
Class AlignmentTab

java.lang.Object
  extended by com.jgoodies.looks.demo.AlignmentTab

final class AlignmentTab
extends Object

Consists of rows of centered components to check alignment of font baselines and centered perceived bounds.

Version:
$Revision: 1.7 $
Author:
Karsten Lentzsch

Constructor Summary
AlignmentTab()
           
 
Method Summary
(package private)  JComponent build()
          Builds a panel using FormLayout that consists of rows of different Swing components all centered vertically.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlignmentTab

AlignmentTab()
Method Detail

build

JComponent build()
Builds a panel using FormLayout that consists of rows of different Swing components all centered vertically.

Returns:
the built panel


Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.