[cp-patches] FYI: BasicTabbedPaneUI painting

2006-03-20 Thread Roman Kennke
I took a deep look at how the painting of the TabbedPane work. I determined which methods call which under which circumstances and with which parameters and tried to recreate the paining behaviour as close as possible in the BasicTabbedPaneUI. The according Metal fixes follow soon. 2006-03-20 Rom

[cp-patches] FYI: BasicTabbedPaneUI painting fix

2006-03-20 Thread Roman Kennke
My last patch seems to have broken TabbedPane painting slightly. This was because the order in which the tabs are stored internally has changed. I fixed this and made the painting code slighly more straightforward. 2006-03-20 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/plaf/basic/Bas