Link to home
Start Free TrialLog in
Avatar of vibhav
vibhav

asked on

JTabbedPane to scroll nex and previous

In my application i have many tabbedpane and i want to show the same with scrolling option ( next and previous ) to see all options.

JDK1.4 has api to achieve this, but i hv to get same effect with jdk1.3, can any body suggest solution to it.

Thanks,
Avatar of mzimmer74
mzimmer74

Hmm...well, I suppose you could put a JScrollBar below (or to the side of) your JTabbedPane.  Have the scrollbar have the same number of "ticks" as you have tabs.  Then, when they move the scrollbar you could switch to the appropriate tab.  Not sure if that's what you want or even what you're asking.  Do you mean using the scroll wheel on the mouse?
ASKER CERTIFIED SOLUTION
Avatar of randyd
randyd

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial