Hi
I have Jtabbedpane in horizontal position on top of the jpanel. It can have the tablayoutpolicy as Scroll_tab_layout. That can display the menu(which displays the list of tabs in Jtabbedpane). But the size of menu display is small. I need to enhance the width and height of that display. How do I do it?
My Code as follows:
theMainJTabbedPane = new JTabbedPane(); theMainJTabbedPane.setFont(defaultFont1); theMainJTabbedPane.setTabLayoutPolicy(JTabbedPane. SCROLL_TAB_LAYOUT);
When the screen is minimized the SCROLL_TAB_LAYOUT property of JTabbedPane shows a display which contains the name of all tabs in the JTabbedPane. But the display is small. I need to increase the width of that dispaly.
thanks in advance.Reply as soon as possible....
--- Update ---
Hi sir,
Reply for my question as soon as possible...
Thanks & Regards
Rahul