diff options
Diffstat (limited to 'libjava/javax/swing/plaf/basic/BasicScrollBarUI.java')
| -rw-r--r-- | libjava/javax/swing/plaf/basic/BasicScrollBarUI.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/javax/swing/plaf/basic/BasicScrollBarUI.java b/libjava/javax/swing/plaf/basic/BasicScrollBarUI.java index b16f2a733e2..478ecc08d42 100644 --- a/libjava/javax/swing/plaf/basic/BasicScrollBarUI.java +++ b/libjava/javax/swing/plaf/basic/BasicScrollBarUI.java @@ -571,7 +571,7 @@ public class BasicScrollBarUI extends ScrollBarUI implements LayoutManager, /** * This method configures the scrollbar's colors. This can be - * done by looking up the standard colors from the L&F defaults. + * done by looking up the standard colors from the Look and Feel defaults. */ protected void configureScrollBarColors() { @@ -891,7 +891,7 @@ public class BasicScrollBarUI extends ScrollBarUI implements LayoutManager, /** * This method installs the defaults for the scrollbar specified - * by the Basic L&F. + * by the Basic Look and Feel. */ protected void installDefaults() { @@ -1257,7 +1257,7 @@ public class BasicScrollBarUI extends ScrollBarUI implements LayoutManager, /** * This method uninstalls any defaults that this - * scrollbar acquired from the Basic L&F defaults. + * scrollbar acquired from the Basic Look and Feel defaults. */ protected void uninstallDefaults() { |
