java - jtabbedpane should not move on scrolling the panel down -


i have long list of data presented in on jtabbedpanel, on scrolling down data tabbed panel name @ top not visible .how can make tabbed panel tabs visible @ top on scrolling down?

can on how can fix , or mention posts regarding same ?

thanks in advance .

from sounds of it, adding jtabbedpane jscrollpane.

instead, add each tab's component jscrollpane , add (the scroll pane) tab...

ie...

jscrollpane scrollpane = new jscrollpane(reallylargepane); tabbedpane.addtab("another tab", scrollpane); 

Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -