javamanager/javainstaller/installerui/javasrc/com/nokia/mj/impl/installer/ui/eswt2/ConfirmationViewBase.java
changeset 76 4ad59aaee882
parent 48 e0d6e9bd3ca7
child 83 26b2b12093af
child 87 1627c337e51e
equal deleted inserted replaced
69:773449708c84 76:4ad59aaee882
   100                     createCommands();
   100                     createCommands();
   101                     setDefaultCommand();
   101                     setDefaultCommand();
   102                 }
   102                 }
   103                 iInstallerUi.loadCss();
   103                 iInstallerUi.loadCss();
   104                 setVisible(true);
   104                 setVisible(true);
   105                 iInstallerUi.unhide();
       
   106             }
   105             }
   107         });
   106         });
   108         // The UI thread must not be blocked. Let's wait for the answer
   107         // The UI thread must not be blocked. Let's wait for the answer
   109         // in the client thread.
   108         // in the client thread.
   110         synchronized (iSynchObject)
   109         synchronized (iSynchObject)