< prev index next >

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

Print this page

        

*** 125,135 **** public void updateUI() { setUI((PanelUI)UIManager.getUI(this)); } /** ! * Returns the look and feel (L&amp;amp;F) object that renders this component. * * @return the PanelUI object that renders this component * @since 1.4 */ public PanelUI getUI() { --- 125,135 ---- public void updateUI() { setUI((PanelUI)UIManager.getUI(this)); } /** ! * 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,167 **** * @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.") public String getUIClassID() { return uiClassID; } --- 157,167 ---- * @return "PanelUI" * @see JComponent#getUIClassID * @see UIDefaults#getUI */ @BeanProperty(bound = false, expert = true, description ! = "A string that specifies the name of the L&F class.") public String getUIClassID() { return uiClassID; }
< prev index next >