JDK-4124729 : LineBorder constructor should be public
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.2.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 1998-04-01
  • Updated: 1999-06-24
  • Resolved: 1999-06-24
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.3.0 betaFixed
Related Reports
Relates :  
Description

Name: rm29839			Date: 04/01/98


There are three constructors in
com.sun.java.swing.border.LineBorder.
Two are public and one is "package".
They should all be public.
There is no way to create a LineBorder with
rounded corners until that third constructor
is made public.
(Review ID: 26954)
======================================================================

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

WORK AROUND Name: rm29839 Date: 04/01/98 Add the keyword public. ======================================================================
11-06-2004

PUBLIC COMMENTS The three arg constructor is now public. scott.violet@eng 1999-06-04
04-06-1999

EVALUATION This is true. Unfortunately it's too late to make API changes, so it will have to wait until the next api-change-allowed release. amy.fowler@Eng 1998-05-27 The three arg constructor is now public. scott.violet@eng 1999-06-04
27-05-1998