JDK-4420209 : We should specify the default L&F and which properties a L&F might ignore.
  • Type: Enhancement
  • Component: docs
  • Sub-Component: guides
  • Affected Version: 1.3.0,1.4.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_2.6
  • CPU: generic
  • Submitted: 2001-02-28
  • Updated: 2001-03-14
  • Resolved: 2001-03-14
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
Related Reports
Duplicate :  
Description
For the sake of compatibility testing, we should specify these things.
The L&F is the Java look and feel, unless the user or program specifies
something different.  Several properties might be ignored by a L&F, 
either because the L&F doesn't support the relevant feature or because
the feature just doesn't apply to the L&F.

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

SUGGESTED FIX Specify in the UIManager class description and javax.swing.plaf.metal package description that the Java look and feel is the default L&F (the one used if the user and programmer don't specify something else). Change the documentation of methods such as JToolBar's is/setFloatable and AbstractButton's is/setFocusPainted to say that the property might be ignored by some L&Fs that don't implement the feature in question.
11-06-2004

EVALUATION Add to the javadoc for the javax.swing.plaf.metal package and UIManager classes that the Java look and feel is the default. Adjust the documentation for the following properties to indicate that a L&F might ignore the property: AbstractButton: focusPainted, rolloverEnabled JButton: defaultButton, defaultCapable JCheckBox: borderPaintedFlat JColorChooser: dragEnabled JComboBox: lightWeightPopupEnabled JFileChooser: dragEnabled, controlButtonsAreShown JInternalFrame: iconifiable JList: dragEnabled JPopupMenu: lightWeightPopupEnabled JProgressBar: stringPainted, indeterminate, borderPainted JSplitPane: oneTouchExpandable, continuousLayout JTable: dragEnabled JTextComponent: dragEnabled JToolBar: floatable, borderPainted JTree: dragEnabled, showsRootHandles, scrollsOnExpand kathleen.walrath@Eng 2001-03-13
13-03-2001