src/macosx/classes/sun/lwawt/LWComponentPeer.java

Print this page

        

@@ -280,11 +280,11 @@
      * LWComponentPeer ctor to let the subclass ctor to finish completely first.
      * Instead, it's the LWToolkit object who is responsible for initialization.
      * Note that we call setVisible() at the end of initialization.
      */
     public final void initialize() {
-        platformComponent.initialize(target, this, getPlatformWindow());
+        platformComponent.initialize(getPlatformWindow());
         initializeImpl();
         setVisible(target.isVisible());
     }
 
     /**