JDK-2179419 : JCheckBox in JTable: checkbox doesn't alaways respond to the first mouse click
  • Type: Backport
  • Backport of: JDK-6711682
  • Component: client-libs
  • Sub-Component: javax.swing
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2009-06-24
  • Updated: 2011-02-16
  • Resolved: 2009-12-09
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other JDK 6
5.0u23 b01Fixed 6u18Fixed
Comments
EVALUATION A backport is required from JDK 6 with minor changes. toolkit.realSync is not available in jdk5, need to be replaced with Thread.sleep() call, testing failed abruptly with sleep(3000) as tried based on earlier experience. Hence, modified with Thread.sleep(5000) and found fine.
17-09-2009