-
1 May 2012 7:32 AM #1
Unanswered: how can i alert info message
Unanswered: how can i alert info message
when I use the AlertMessageBox class to alert some messages.
the source code like this:
the constructor setting the error message,but if I want to alert the info or warning message.How can I use it?Code:public AlertMessageBox(String title, String message) { super(title, message); setIcon(ICONS.error()); }


Reply With Quote