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

Print this page

        

@@ -39,11 +39,11 @@
     Component fTarget;
 
     public CPrinterDialogPeer(CPrinterDialog target, PlatformComponent platformComponent,
                               PlatformWindow platformWindow)
     {
-        super(target, platformComponent, platformWindow);
+        super(target, platformComponent, platformWindow, LWWindowPeer.PeerType.DIALOG);
         //super(target);
         fTarget = target;
         super.initialize();
     }