AbstractStatedWindowManager(): Fix

thobaben_serialize
Harald Wolff 2014-07-24 20:37:35 +02:00
parent 97b59d4ddd
commit 23dec63158
1 changed files with 0 additions and 1 deletions

View File

@ -71,7 +71,6 @@ public abstract class AbstractStatedWindowManager implements StatedWindowManager
{
frame.setVisible(false);
unregisterWindow(frame);
frame.dispose();
}
}