BF [ 2103659 ] Messagebox
This commit is contained in:
parent
9f745caa45
commit
43c9ae0799
|
@ -182,7 +182,6 @@ public class Messagebox extends Window implements EventListener
|
||||||
}
|
}
|
||||||
|
|
||||||
public int show(String message, String title, int buttons, String icon)
|
public int show(String message, String title, int buttons, String icon)
|
||||||
throws InterruptedException
|
|
||||||
{
|
{
|
||||||
this.msg = message;
|
this.msg = message;
|
||||||
this.imgSrc = icon;
|
this.imgSrc = icon;
|
||||||
|
|
Loading…
Reference in New Issue