-
Enhancement
-
Resolution: Fixed
-
P4
-
1.3.0
-
beta2
-
generic
-
generic
java.awt.Window has two methods applyResourceBundle. These methods are poorly defined: They promise to "apply the settings in the given ResourceBundle to this Window", but don't say which settings will be applied (apart from "currently" component orientation - but what will happen to my window in the future?), what "applying these settings" really means, and how the settings are specified in the resource bundle.
These methods should be deprecated and replaced with a method applyComponentOrientation, which is specified to call setComponentOrientation for this Window and all components contained within it, but not for other windows owned by it.
These methods should be deprecated and replaced with a method applyComponentOrientation, which is specified to call setComponentOrientation for this Window and all components contained within it, but not for other windows owned by it.
- duplicates
-
JDK-4363764 Deprecate java.awt.ComponentOrientation.getOrientation(ResourceBundle)
-
- Closed
-