Buttons onto JTabbedPane?

  • Follow


I am trying to make JTabbedPane as what IDEs have; a tabbed panel with
buttons
I mean I try to make JTabbedPane as

[Button] [Tab 1] [Tab 2] ... [Tab x] [Button]

It does not have to be Button, but anything (such as JPanel) since I
can edit it.
Do you have any idea or piece of codes?

Thank you

0
Reply shilph (1) 5/19/2006 8:22:40 PM

>I am trying to make JTabbedPane as what IDEs have; a tabbed panel with
> buttons
> I mean I try to make JTabbedPane as
>
> [Button] [Tab 1] [Tab 2] ... [Tab x] [Button]
>
> It does not have to be Button, but anything (such as JPanel) since I
> can edit it.
> Do you have any idea or piece of codes?

you can do it since Mustang.
http://weblogs.java.net/blog/alexfromsun/archive/2005/11/tabcomponents_i_1.html

Andrey

-- 
http://uio.imagero.com Unified I/O for Java
http://reader.imagero.com Java image reader
http://jgui.imagero.com Java GUI components and utilities


0
Reply Andrey 5/20/2006 7:14:05 AM


1 Replies
271 Views

(page loaded in 0.071 seconds)

Similiar Articles:








7/25/2012 1:09:31 AM


Reply: