JDK-4213298 : JScrollBar doesn't have public override of setUI(..)
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.1.6
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_95
  • CPU: x86
  • Submitted: 1999-02-19
  • Updated: 2001-01-17
  • Resolved: 2001-01-17
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
1.4.0 betaFixed
Description

Name: dbT83986			Date: 02/19/99


JScrollBar doesn't override setUI(ScrollBarUI) like it is supposed to (i.e. see JSlider.setUI)
(Review ID: 36243)
======================================================================

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: merlin-beta FIXED IN: merlin-beta INTEGRATED IN: merlin-beta
14-06-2004

WORK AROUND Name: dbT83986 Date: 02/19/99 add the following method to JScrollBar public void setUI(ScrollBarUI ui) { super.setUI(ui); } ======================================================================
11-06-2004

EVALUATION Yes, this should be added. scott.violet@eng 1999-09-22
22-09-1999