mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-20 02:17:53 +00:00
6844273: jdk/make/docs/CORE_PKGS.gmk does not list Nimbus
Reviewed-by: prr
This commit is contained in:
parent
3006b1fcd0
commit
beedf39dce
@ -217,6 +217,7 @@ CORE_PKGS = \
|
||||
javax.swing.plaf.basic \
|
||||
javax.swing.plaf.metal \
|
||||
javax.swing.plaf.multi \
|
||||
javax.swing.plaf.nimbus \
|
||||
javax.swing.plaf.synth \
|
||||
javax.tools \
|
||||
javax.transaction \
|
||||
|
||||
@ -38,7 +38,7 @@ background {@code Painter}, and there may be several painters for different
|
||||
component states.
|
||||
|
||||
<p>Nimbus allows customizing many of its properties, including painters, by
|
||||
altering the {@link UIDefaults} table. Here's an example:
|
||||
altering the {@link javax.swing.UIDefaults} table. Here's an example:
|
||||
<code><pre>
|
||||
UIManager.put("ProgressBar.tileWidth", myTileWidth);
|
||||
UIManager.put("ProgressBar[Enabled].backgroundPainter", myBgPainter);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user