< prev index next >

src/java.desktop/share/classes/java/awt/Window.java

Print this page

        

*** 2787,2805 **** --- 2787,2807 ---- } /** * @deprecated As of J2SE 1.4, replaced by * {@link Component#applyComponentOrientation Component.applyComponentOrientation}. + * @param rb the resource bundle */ @Deprecated public void applyResourceBundle(ResourceBundle rb) { applyComponentOrientation(ComponentOrientation.getOrientation(rb)); } /** * @deprecated As of J2SE 1.4, replaced by * {@link Component#applyComponentOrientation Component.applyComponentOrientation}. + * @param rbName the resource name */ @Deprecated public void applyResourceBundle(String rbName) { applyResourceBundle(ResourceBundle.getBundle(rbName)); }
< prev index next >