mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-26 06:22:48 -04:00
fixed an issue causing orderer dialogs desappering behind certain other dealogs.
This commit is contained in:
parent
fd878a4f7b
commit
c1e4656dda
@ -38,6 +38,7 @@ public class ElementOrderer<T> extends JDialog {
|
||||
super(owner, title, true);
|
||||
this.data = data;
|
||||
setDefaultCloseOperation(DISPOSE_ON_CLOSE);
|
||||
setAlwaysOnTop(true);
|
||||
|
||||
listModel = new MyListModel<T>(data);
|
||||
list = new JList<T>(listModel);
|
||||
|
Loading…
x
Reference in New Issue
Block a user