com.jgoodies.looks.demo
Class ComboBoxTab
java.lang.Object
com.jgoodies.looks.demo.ComboBoxTab
final class ComboBoxTab
- extends Object
Demonstrates JComboBoxes in editable and non-editable mode with
different renderer margins, renderer types, and different list content.
This tab makes it easier to check the alignment of font baselines,
and proper preferred size computations.
- Version:
- $Revision: 1.11 $
- Author:
- Karsten Lentzsch
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 |
ComboBoxTab
ComboBoxTab()
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.