AVBravo
Un blog desde Panama sobre NetBeans
Wednesday, October 13, 2010
DialogDisplayer
String msg = "Mensaje de texto!";
int msgType = NotifyDescriptor.INFORMATION_MESSAGE;
int msgTypeError = NotifyDescriptor.ERROR_MESSAGE;
NotifyDescriptor d = new NotifyDescriptor.Message(msg, msgType);
DialogDisplayer.getDefault().notify(d);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment