[SOLVED] Mouse event in JTabbed Pane
Hi,
Is there a way that I clicked a certain tab coming from a tabbed pane, a method/event will happen.
This is the scenario:
http://i44.tinypic.com/6pt2jl.jpg
If I clicked the Tab #1, the generate button will show up.
If I clicked the Tab #2, it will hide.
If I clicked the Tab #3, another button will show up.
That's the idea. Take note that the generate button is outside the pane of the JTabbedPane. so let's say that the generate button is on the 'main' pane.
Any suggestions?