Is it possible to put a component (ie. JComboBox) on the same line as
the tabs in a JTabbedPane? If so how?
________
| |------- ------- |--------------------
| TAB1 | TAB2 | TAB3 |____________________|__ JCombo Box__\/ |
|----------------------------------------------------------------|
| |
| |
| |
------------------------------------------------------------------
ak - 27 Nov 2003 10:09 GMT
the best way is to put both of them in one Container, write your own
LayoutManager, and ensure that JComboBox is always on top.
> Is it possible to put a component (ie. JComboBox) on the same line as
> the tabs in a JTabbedPane? If so how?
[quoted text clipped - 7 lines]
> | |
> ------------------------------------------------------------------