Index: .classpath =================================================================== --- .classpath (revision 10761) +++ .classpath (working copy) @@ -1,6 +1,7 @@ + @@ -10,7 +11,7 @@ - + Index: src/org/titmuss/softsqueeze/skin/SkinWindow.java =================================================================== --- src/org/titmuss/softsqueeze/skin/SkinWindow.java (revision 10761) +++ src/org/titmuss/softsqueeze/skin/SkinWindow.java (working copy) @@ -147,7 +147,6 @@ JFrame ownerFrame = (JFrame) skin.getContainer(owner); JDialog dialog = new JDialog(ownerFrame, name, false); - dialog.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); if (Platform.JRE_1_4_PLUS) dialog.setUndecorated(true);