jdk/src/macosx/classes/sun/lwawt/LWChoicePeer.java
changeset 13143 31c70a66a053
parent 12047 320a714614e9
child 20146 019d103c3e40
--- a/jdk/src/macosx/classes/sun/lwawt/LWChoicePeer.java	Mon Jun 25 17:27:04 2012 +0400
+++ b/jdk/src/macosx/classes/sun/lwawt/LWChoicePeer.java	Tue Jun 26 13:46:09 2012 +0400
@@ -55,8 +55,8 @@
     }
 
     @Override
-    public void initialize() {
-        super.initialize();
+    void initializeImpl() {
+        super.initializeImpl();
         final Choice choice = getTarget();
         final JComboBox<String> combo = getDelegate();
         synchronized (getDelegateLock()) {