2
0

Java Client: Show dialogs over parent

This commit is contained in:
Michael Ziminsky (Z) 2018-12-25 12:09:18 -07:00
parent 08df7a6c0c
commit 63c211922f

View File

@ -161,7 +161,6 @@ public abstract class Components {
dialog.getRootPane().putClientProperty( "Window.style", "small" );
dialog.pack();
dialog.setLocationByPlatform( true );
dialog.setVisible( true );
return dialog;