FULL PRODUCT VERSION : java version "1.7.0" Java(TM) SE Runtime Environment (build 1.7.0-b147) Java HotSpot(TM) 64-Bit Server VM (build 21.0-b17, mixed mode) ADDITIONAL OS VERSION INFORMATION : Linux 3.2.0-23-generic Ubuntu x86_64 Windows 6.1.7601 A DESCRIPTION OF THE PROBLEM : When using accessiblity inner classes of JTable such as JTable$AccessibleJTable$AccessibleJTableCell or Table$AccessibleJTable$AccessibleJTableHeaderCell that implement AccessibleComponent, getLocationOnScreen interface throws IllegalComponentStateException instead of null when the corresponding JTable is not visible. This behavior conflicts with AccessibleComponent.getLocationOnScreen javadoc REPRODUCIBILITY : This bug can be reproduced always.
|