by GArlington <garlington@[EMAIL PROTECTED]
>
May 2, 2008 at 04:00 AM
On May 1, 3:21 pm, Karsten Wutzke <kwut...@[EMAIL PROTECTED]
> wrote:
> Hello,
>
> I want to add a close button to a tab to close itself. In JTabbedPane
> there is getTabComponentAt etc., but it is all Java SE 1.6.
>
> Is there a (not too complicated) way to achieve it in Java 1.5???
>
> Karsten
How about add a JButton with action parent.hide()?