Attempt to fix copy issue when Java app closes after copying.
This commit is contained in:
parent
778533ac7f
commit
bea6ac5e68
@ -104,9 +104,6 @@ public class PasswordFrame extends JFrame implements DocumentListener {
|
|||||||
passwordField.setText( null );
|
passwordField.setText( null );
|
||||||
siteNameField.setText( null );
|
siteNameField.setText( null );
|
||||||
|
|
||||||
if (getDefaultCloseOperation() == WindowConstants.EXIT_ON_CLOSE)
|
|
||||||
System.exit( 0 );
|
|
||||||
else
|
|
||||||
dispose();
|
dispose();
|
||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
|
Loading…
Reference in New Issue
Block a user