Re: **URGENT** How could I add a compenet to a tabbed pane ontab place?
Posted By:
Tenney_Yakuu
Posted On:
Tuesday, April 22, 2003 08:08 PM
you must overload JTabbedPane's paint(Graphics g) method.
You can implement it two ways:
1.use a "X" Imageicon.
2.paint your own "X".