Results 1 to 1 of 1
- 03-20-2009, 07:27 PM #1
Member
- Join Date
- Mar 2009
- Posts
- 2
- Rep Power
- 0
Arrangement of tabs in JTabbedPane
I am trying to design an UI with JTabbedPane with 12 tabs...and I want the
WRAP_TAB_LAYOUT for this JTabbedPane...I am able to arrange 12 tabs in
2 rows by setting the width and height of the frame containing
JTabbedPane....but when i run same program on a m/c with different
screen resolution ,the tabs get rearranged with 3 or more rows.How can
make the arrangement of tabs resolution-independent(i.e. the tabs will
appear in 2 rows itself for all kinds of screen resolutions) ?
Similar Threads
-
Adding tabs from classes
By bubbless in forum AWT / SwingReplies: 13Last Post: 03-08-2009, 12:52 AM -
arrangement of components
By masa in forum AWT / SwingReplies: 7Last Post: 12-12-2008, 10:17 AM -
<tr><td> arrangement in a method
By am17mu in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 05-16-2008, 05:44 PM -
Adding Tabs to JTabbedPane
By blackstone in forum AWT / SwingReplies: 2Last Post: 11-14-2007, 03:15 PM -
resize tabs in jtabbedpane
By osval in forum New To JavaReplies: 1Last Post: 08-02-2007, 03:02 AM
Bookmarks