Nobody/Anonymous
-
2007-04-29
Hi!
When using JRE 6 and pressing F8 the column header of the last selected column is selected.
Its cos of this bugfix:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6354845
In javax/swing/plaf/**/*LookAndFeel the UIDefaults for Table are set.
In the attached patch the new UIDefault is removed.
Btw: In JRE 6 in DetailsTable.removeDefaultKeys() only empty maps are cleared.
Greets!
Stephan