< prev index next >

jdk/src/java.desktop/share/classes/javax/swing/JComponent.java

Print this page

        

*** 614,624 **** /** * Returns the look and feel delegate that renders this component. * * @return the {@code ComponentUI} object that renders this component ! * @since 1.9 */ @Transient public ComponentUI getUI() { return ui; } --- 614,624 ---- /** * Returns the look and feel delegate that renders this component. * * @return the {@code ComponentUI} object that renders this component ! * @since 9 */ @Transient public ComponentUI getUI() { return ui; }
< prev index next >