mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-26 14:31:02 -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);
|
super(owner, title, true);
|
||||||
this.data = data;
|
this.data = data;
|
||||||
setDefaultCloseOperation(DISPOSE_ON_CLOSE);
|
setDefaultCloseOperation(DISPOSE_ON_CLOSE);
|
||||||
|
setAlwaysOnTop(true);
|
||||||
|
|
||||||
listModel = new MyListModel<T>(data);
|
listModel = new MyListModel<T>(data);
|
||||||
list = new JList<T>(listModel);
|
list = new JList<T>(listModel);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user