| |
|
| java.lang.Object com.jgoodies.forms.tutorial.basics.SpanExample
SpanExample | final public class SpanExample (Code) | | Demonstrates how components can span multiple columns and rows.
author: Karsten Lentzsch version: $Revision: 1.16 $ |
Method Summary | |
public JComponent | buildPanel() Builds and returns a tabbed pane with tabs for the column span example
and the row span example. | public static void | main(String[] args) |
buildPanel | public JComponent buildPanel()(Code) | | Builds and returns a tabbed pane with tabs for the column span example
and the row span example.
a tabbed pane that shows horizontal and vertical spans |
|
|
|