Box.java: Put FIXME comment above class declaration.
authorMark Wielaard <mark@klomp.org>
Sat, 17 Jul 2004 12:42:46 +0000 (12:42 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Sat, 17 Jul 2004 12:42:46 +0000 (12:42 +0000)
2004-07-17  Mark Wielaard  <mark@klomp.org>

* javax/swing/Box.java: Put FIXME comment above class declaration.
* javax/swing/JButton.java: Remove illegal L&F HTML from comments.
* javax/swing/JCheckBox.java: Likewise.
* javax/swing/JDialog.java: Likewise.
* javax/swing/JRadioButton.java: Likewise.
* javax/swing/JToggleButton.java: Likewise.
* javax/swing/UIManager.java: Likewise.
* javax/swing/border/TitledBorder.java: Likewise.
* javax/swing/plaf/basic/BasicLabelUI.java: Likewise.
* javax/swing/plaf/basic/BasicLookAndFeel.java: Likewise.
* javax/swing/plaf/basic/BasicPopupMenuSeparatorUI.java: Likewise.
* javax/swing/plaf/basic/BasicProgressBarUI.java: Likewise.
* javax/swing/plaf/basic/BasicScrollBarUI.java: Likewise.
* javax/swing/plaf/basic/BasicSeparatorUI.java: Likewise.
* javax/swing/text/JTextComponent.java: Likewise.

From-SVN: r84866

16 files changed:
libjava/ChangeLog
libjava/javax/swing/Box.java
libjava/javax/swing/JButton.java
libjava/javax/swing/JCheckBox.java
libjava/javax/swing/JDialog.java
libjava/javax/swing/JRadioButton.java
libjava/javax/swing/JToggleButton.java
libjava/javax/swing/UIManager.java
libjava/javax/swing/border/TitledBorder.java
libjava/javax/swing/plaf/basic/BasicLabelUI.java
libjava/javax/swing/plaf/basic/BasicLookAndFeel.java
libjava/javax/swing/plaf/basic/BasicPopupMenuSeparatorUI.java
libjava/javax/swing/plaf/basic/BasicProgressBarUI.java
libjava/javax/swing/plaf/basic/BasicScrollBarUI.java
libjava/javax/swing/plaf/basic/BasicSeparatorUI.java
libjava/javax/swing/text/JTextComponent.java

index b73fa4609785b5fe27ab245bc3db6a02fde35e14..375f109b6fc23be047fc6c84d29811707e8b8842 100644 (file)
@@ -1,3 +1,21 @@
+2004-07-17  Mark Wielaard  <mark@klomp.org>
+
+       * javax/swing/Box.java: Put FIXME comment above class declaration.
+       * javax/swing/JButton.java: Remove illegal L&F HTML from comments.
+       * javax/swing/JCheckBox.java: Likewise.
+       * javax/swing/JDialog.java: Likewise.
+       * javax/swing/JRadioButton.java: Likewise.
+       * javax/swing/JToggleButton.java: Likewise.
+       * javax/swing/UIManager.java: Likewise.
+       * javax/swing/border/TitledBorder.java: Likewise.
+       * javax/swing/plaf/basic/BasicLabelUI.java: Likewise.
+       * javax/swing/plaf/basic/BasicLookAndFeel.java: Likewise.
+       * javax/swing/plaf/basic/BasicPopupMenuSeparatorUI.java: Likewise.
+       * javax/swing/plaf/basic/BasicProgressBarUI.java: Likewise.
+       * javax/swing/plaf/basic/BasicScrollBarUI.java: Likewise.
+       * javax/swing/plaf/basic/BasicSeparatorUI.java: Likewise.
+       * javax/swing/text/JTextComponent.java: Likewise.
+
 2004-07-17  Jeroen Frijters  <jeroen@frijters.net>
 
        * java/net/DatagramPacket.java (setAddress): Removed check for
index f5d090e0b9d01121942a134ceb862c921ba6ec41..4e33874785980d3ef1bcd3a05ad16714e5a7b061 100644 (file)
@@ -55,9 +55,8 @@ public class Box extends JComponent implements Accessible
 {
   private static final long serialVersionUID = 1525417495883046342L;
   
-  protected class AccessibleBox 
   // FIXME: disable to make libjava compile; visibility rules are broken
-  // extends Container.AccessibleAWTContainer
+  protected class AccessibleBox // extends Container.AccessibleAWTContainer
   {
     private static final long serialVersionUID = -7775079816389931944L;
   
@@ -75,9 +74,8 @@ public class Box extends JComponent implements Accessible
   {
     private static final long serialVersionUID = -1204263191910183998L;
   
-    protected class AccessibleBoxFiller 
     // FIXME: disable to make libjava compile; visibility rules are broken
-    // extends Component.AccessibleAWTComponent
+    protected class AccessibleBoxFiller // extends Component.AccessibleAWTComponent
     {
       private static final long serialVersionUID = 164963348357479321L;
       
index 0eb5e4482015b90b31af9879b4c3d00dd3c0f906..cb44992f3be32e7028801ce881063522171bb940 100644 (file)
@@ -98,7 +98,8 @@ public class JButton extends AbstractButton implements Accessible
   
     public String getUIClassID()
     {
-       //Returns a string that specifies the name of the L&F class that renders this component.  
+       //Returns a string that specifies the name of the Look and Feel
+       //class that renders this component.  
        return "ButtonUI";
     }
   
index 94aba4a4733c1f5fe24d83e73f76c2e2add849f0..b4620593ed4359f0515b1af6d824171ae3d2a6e7 100644 (file)
@@ -85,7 +85,8 @@ public class JCheckBox extends JToggleButton
   
     public String getUIClassID()
     {
-       //Returns a string that specifies the name of the L&F class that renders this component.  
+       //Returns a string that specifies the name of the Look and Feel
+       //class that renders this component.  
        return "CheckBoxUI";
     }
   
index 598f4931cd350954073842f3528bff5d483dcd9c..d331580182826d8ce8189b956c0f8a2c06496e4a 100644 (file)
@@ -76,7 +76,7 @@ public class JDialog extends Dialog implements Accessible, WindowConstants,
   /** The default action taken when closed. */
   private int close_action = HIDE_ON_CLOSE;
   
-  /** Whether JDialogs are decorated by the L&F. */
+  /** Whether JDialogs are decorated by the Look and Feel. */
   private static boolean decorated = false;
 
   /**
@@ -237,7 +237,7 @@ public class JDialog extends Dialog implements Accessible, WindowConstants,
    * This method returns whether JDialogs will have their
    * window decorations provided by the Look and Feel.
    *
-   * @return Whether the window decorations are L&F provided.
+   * @return Whether the window decorations are Look and Feel provided.
    */
   public static boolean isDefaultLookAndFeelDecorated()
   {
@@ -249,7 +249,7 @@ public class JDialog extends Dialog implements Accessible, WindowConstants,
    * window decorations provided by the Look and Feel.
    *
    * @param defaultLookAndFeelDecorated Whether the window
-   * decorations are L&F provided.
+   * decorations are Look and Feel provided.
    */
   public static void setDefaultLookAndFeelDecorated(boolean defaultLookAndFeelDecorated)
   {
index 0802ac09ba455e97fd9fc1b0597dfb11a0c4ed8e..54582f6001ae72867a2eabe70c0d2638d0a1925a 100644 (file)
@@ -80,7 +80,8 @@ public class JRadioButton extends JToggleButton
   
     public String getUIClassID()
     {
-       //Returns a string that specifies the name of the L&F class that renders this component.  
+       //Returns a string that specifies the name of the Look and Feel
+       //class that renders this component.  
        return "RadioButtonUI";
     }
   
index 9f3395aa22791a6eecd485094d17806679194684..67371da0f1438c4cb45c4976f6d7f9b2718bf73b 100644 (file)
@@ -115,8 +115,8 @@ public class JToggleButton extends AbstractButton implements Accessible
   }
   
   /**
-   * Returns a string that specifies the name of the L&amp;F class that renders
-   * this component.
+   * Returns a string that specifies the name of the Look and Feel
+   * class that renders this component.
    */
   public String getUIClassID()
   {
index 4ad953086478f8b92f84d277274661d9c5c246eb..0310ed640e4d70618f29fa685f194664f5de7fa1 100644 (file)
@@ -1,5 +1,5 @@
 /* UIManager.java -- 
-   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -194,7 +194,7 @@ public class UIManager implements Serializable
    *
    * @param key an Object that specifies the font. Typically,
    *        this is a String such as
-   *        <code>&quot;TitledBorder.font&quot;</code>.
+   *        <code>TitledBorder.font</code>.
    */
   public static Font getFont(Object key)
   {
@@ -253,7 +253,7 @@ public class UIManager implements Serializable
   }
 
   public static ComponentUI getUI(JComponent target)
-    // Returns the L&F object that renders the target component. 
+    // Returns the Look and Feel object that renders the target component. 
   {
     ComponentUI ui = getDefaults().getUI(target);
     //System.out.println("GET-UI-> " + ui + ", for " + target);
index 8b9fe2a73be71c7615ef08db74a654d6ea6dc20d..b257ce1c7adf894b86678963d65c10775e799b4f 100644 (file)
@@ -252,7 +252,7 @@ public class TitledBorder
    * The border underneath the title. If this value is
    * <code>null</code>, the border will be retrieved from the {@link
    * javax.swing.UIManager}&#x2019;s defaults table using the key
-   * <code>&quot;TitledBorder.border&quot;</code>.
+   * <code>TitledBorder.border</code>.
    */
   protected Border border;
 
@@ -279,7 +279,7 @@ public class TitledBorder
    * The font for displaying the title text. If this value is
    * <code>null</code>, the font will be retrieved from the {@link
    * javax.swing.UIManager}&#x2019;s defaults table using the key
-   * <code>&quot;TitledBorder.font&quot;</code>.
+   * <code>TitledBorder.font</code>.
    */
   protected Font titleFont;
 
@@ -288,7 +288,7 @@ public class TitledBorder
    * The color for displaying the title text. If this value is
    * <code>null</code>, the color will be retrieved from the {@link
    * javax.swing.UIManager}&#x2019;s defaults table using the key
-   * <code>&quot;TitledBorder.titleColor&quot;</code>.
+   * <code>TitledBorder.titleColor</code>.
    */
   protected Color titleColor;
 
@@ -717,11 +717,11 @@ public class TitledBorder
    * Retrieves the border underneath the title. If no border has been
    * set, or if it has been set to<code>null</code>, the current
    * {@link javax.swing.LookAndFeel} will be asked for a border
-   * using the key <code>&quot;TitledBorder.border&quot;</code>.
+   * using the key <code>TitledBorder.border</code>.
    *
    * @return a border, or <code>null</code> if the current LookAndFeel
    *         does not provide a border for the key
-   *         <code>&quot;TitledBorder.border&quot;</code>.
+   *         <code>TitledBorder.border</code>.
    *
    * @see javax.swing.UIManager#getBorder(Object)
    */
@@ -766,11 +766,11 @@ public class TitledBorder
    * Retrieves the font for displaying the title text. If no font has
    * been set, or if it has been set to<code>null</code>, the current
    * {@link javax.swing.LookAndFeel} will be asked for a font
-   * using the key <code>&quot;TitledBorder.font&quot;</code>.
+   * using the key <code>TitledBorder.font</code>.
    *
    * @return a font, or <code>null</code> if the current LookAndFeel
    *         does not provide a font for the key
-   *         <code>&quot;TitledBorder.font&quot;</code>.
+   *         <code>TitledBorder.font</code>.
    *
    * @see javax.swing.UIManager#getFont(Object)
    */
@@ -787,11 +787,11 @@ public class TitledBorder
    * Retrieves the color for displaying the title text. If no color has
    * been set, or if it has been set to<code>null</code>, the current
    * {@link javax.swing.LookAndFeel} will be asked for a color
-   * using the key <code>&quot;TitledBorder.titleColor&quot;</code>.
+   * using the key <code>TitledBorder.titleColor</code>.
    *
    * @return a color, or <code>null</code> if the current LookAndFeel
    *         does not provide a color for the key
-   *         <code>&quot;TitledBorder.titleColor&quot;</code>.
+   *         <code>TitledBorder.titleColor</code>.
    *
    * @see javax.swing.UIManager#getColor(Object)
    */
@@ -1088,7 +1088,7 @@ public class TitledBorder
 
 
     /**
-     * The border that constitues the &quot;interior&quot; border
+     * The border that constitues the interior border
      * underneath the title text.
      */
     Border border;
index 782c2f0e5fabcb592d25b22f16c536e7a53db10e..46d012ddd58b9e5acfadc35812e496e26cc80b53 100644 (file)
@@ -59,7 +59,7 @@ import javax.swing.plaf.LabelUI;
 
 /**
  * This is the Basic Look and Feel class for the JLabel.  One BasicLabelUI
- * object is used to paint all JLabels that utilize the Basic L&F.
+ * object is used to paint all JLabels that utilize the Basic Look and Feel.
  */
 public class BasicLabelUI extends LabelUI implements PropertyChangeListener
 {
@@ -81,7 +81,7 @@ public class BasicLabelUI extends LabelUI implements PropertyChangeListener
    *
    * @param c The {@link JComponent} that a UI is being created for.
    *
-   * @return A label UI for the Basic L&F.
+   * @return A label UI for the Basic Look and Feel.
    */
   public static ComponentUI createUI(JComponent c)
   {
index 0da43dd9a3914e926303795291a34434cfb6c44e..314ab5f665c4bc03df97865087043fe06cbc351d 100644 (file)
@@ -1,5 +1,5 @@
 /* BasicLookAndFeel.java --
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -228,7 +228,7 @@ public abstract class BasicLookAndFeel extends LookAndFeel
   {
     Object[] uiDefaults;
     
-    // The JDK's default L&F happens to use these three purple shades
+    // The default Look and Feel happens to use these three purple shades
     // extensively.
     Color lightPurple = new Color(0xCC, 0xCC, 0xFF);
     Color midPurple = new Color(0x99, 0x99, 0xCC);
index a1adf01731c292cc94abb5fcd496ad250e52fb41..caa5f8ddd342b56c9c6ab8b5c9fb24b5cc8f4fb0 100644 (file)
@@ -53,7 +53,7 @@ import javax.swing.plaf.SeparatorUI;
 
 
 /**
- * The Basic L&F UI delegate for JPopupMenu.Separator.
+ * The Basic Look and Feel UI delegate for JPopupMenu.Separator.
  */
 public class BasicPopupMenuSeparatorUI extends BasicSeparatorUI
 {
index d171917172f2abaf56b3d48ed3f32204d0513609..fa84267efa295d7db326fc5a8bd1270fc515de6d 100644 (file)
@@ -139,7 +139,7 @@ public class BasicProgressBarUI extends ProgressBarUI
   // The total number of frames must be an even number.
   // The total number of frames is calculated from
   // the cycleTime and repaintInterval given by
-  // the basic L&F's defaults.
+  // the basic Look and Feel defaults.
   //
   // +-----------------------------------------------+
   // | frame0 | frame1 | frame2 | frame 3 | frame 4  |
index b16f2a733e25f507f355abad4668d1a5d313fd78..478ecc08d42aa34f1508a34cee6a57f67dff1f8d 100644 (file)
@@ -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()
   {
index 8f4500fd58ccef2179943528c1857c2558652e4a..9149cb85d80c32dbac5874f6c1bcc2a032016462 100644 (file)
@@ -51,7 +51,7 @@ import javax.swing.JSeparator;
 import javax.swing.SwingUtilities;
 
 /**
- * The Basic L&F UI delegate for JSeparator.
+ * The Basic Look and Feel UI delegate for JSeparator.
  */
 public class BasicSeparatorUI extends SeparatorUI
 {
@@ -113,7 +113,7 @@ public class BasicSeparatorUI extends SeparatorUI
 
   /**
    * This method installs the defaults that are given by
-   * the Basic L&F.
+   * the Basic Look and Feel.
    *
    * @param s The JSeparator that is being installed.
    */
@@ -128,7 +128,7 @@ public class BasicSeparatorUI extends SeparatorUI
 
   /**
    * This method removes the defaults that were given
-   * by the Basic L&F.
+   * by the Basic Look and Feel.
    *
    * @param s The JSeparator that is being uninstalled.
    */
index 6451ef5c31ff3acab6bf39ed5c207557f66c8863..d5227d03e0888c956f8c56a5eafe4783ee262f6f 100644 (file)
@@ -371,7 +371,7 @@ public abstract class JTextComponent extends JComponent
   }
 
   /**
-   * Returns a string that specifies the name of the l&amp;f class
+   * Returns a string that specifies the name of the Look and Feel class
    * that renders this component.
    *
    * @return the string "TextComponentUI"