updated modal window
This commit is contained in:
parent
2de36fd513
commit
acae8dd735
|
@ -18,7 +18,7 @@ public class ModalWindow {
|
||||||
|
|
||||||
public ModalWindow(Image icon, String title, String msg, AlertType alertType) {
|
public ModalWindow(Image icon, String title, String msg, AlertType alertType) {
|
||||||
|
|
||||||
modal = new Modal(false);
|
modal = new Modal(true,true);
|
||||||
modal.hide(false);
|
modal.hide(false);
|
||||||
modal.setTitle(title);
|
modal.setTitle(title);
|
||||||
modal.setCloseVisible(true);
|
modal.setCloseVisible(true);
|
||||||
|
|
Loading…
Reference in New Issue