JDK-8055254 : Address source incompatability of JSlider generification
Type:Bug
Component:client-libs
Sub-Component:javax.swing
Affected Version:9
Priority:P2
Status:Resolved
Resolution:Fixed
Submitted:2014-08-17
Updated:2017-05-17
Resolved:2014-08-18
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.
The changes to JSlider included in JDK-8054360 cause the SwingSet2 demo to no longer compile. This situation should be addressed so the demo portion of the build can succeed.
At least for now, planning to make the label table parts of JSlider raw. Since the API allows the table to be read and written, this may be the most acceptable option in terms of source compatibility.