Implements the a standard base LookAndFeel class from which
standard desktop LookAndFeel classes (JLF, Mac, Windows, etc.)
can be derived. This class cannot be instantiated directly,
however the UI classes "Basic" defines can be.
Warning:
Serialized objects of this class will not be compatible with
future Swing releases. The current serialization support is appropriate
for short term storage or RMI between applications running the same
version of Swing. A future release of Swing will provide support for
long term persistence.
loadSystemColors(UIDefaults table,
String[] systemColors,
boolean useNative)
If this is the native look and feel the initial values for the
system color properties are the same as the SystemColor constants.
Methods inherited from class javax.swing.LookAndFeel
This method is called once by UIManager.setLookAndFeel to create
the look and feel specific defaults table. Other applications,
for example an application builder, may also call this method.
Initialize the uiClassID to BasicComponentUI mapping.
The JComponent classes define their own uiClassID constants
(see AbstractComponent.getUIClassID). This table must
map those constants to a BasicComponentUI class of the
appropriate type.
Load the SystemColors into the defaults table. The keys
for SystemColor defaults are the same as the names of
the public fields in SystemColor. If the table is being
created on a native Windows platform we use the SystemColor
values, otherwise we create color objects whose values match
the defaults Windows95 colors.
If this is the native look and feel the initial values for the
system color properties are the same as the SystemColor constants.
If not we use the integer color values in the systemColors
argument.
Submit a bug or feature For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road Palo Alto, California, 94303, U.S.A. All Rights Reserved.