< prev index next >

src/java.desktop/share/classes/javax/swing/JPanel.java

Print this page

        

@@ -125,11 +125,11 @@
     public void updateUI() {
         setUI((PanelUI)UIManager.getUI(this));
     }
 
     /**
-     * Returns the look and feel (L&amp;amp;F) object that renders this component.
+     * Returns the look and feel (L&amp;F) object that renders this component.
      *
      * @return the PanelUI object that renders this component
      * @since 1.4
      */
     public PanelUI getUI() {

@@ -157,11 +157,11 @@
      * @return "PanelUI"
      * @see JComponent#getUIClassID
      * @see UIDefaults#getUI
      */
     @BeanProperty(bound = false, expert = true, description
-            = "A string that specifies the name of the L&amp;F class.")
+            = "A string that specifies the name of the L&F class.")
     public String getUIClassID() {
         return uiClassID;
     }
 
 
< prev index next >