Sal_64
چهارشنبه 09 دی 1388, 19:14 عصر
سلام
کد زیر در یک Event فراخوانی میشه
چه ایرادی داره که چیزی نمایش نمی ده
void h()
{
NotifyDescriptor d = new NotifyDescriptor.Confirmation(
"text",
"title",
NotifyDescriptor.YES_NO_OPTION);
DialogDisplayer.getDefault().notify(d);
// یا
NotifyDescriptor nd = new NotifyDescriptor.Message("Information");
DialogDisplayer.getDefault().notify(nd);
}با تشکر
کد زیر در یک Event فراخوانی میشه
چه ایرادی داره که چیزی نمایش نمی ده
void h()
{
NotifyDescriptor d = new NotifyDescriptor.Confirmation(
"text",
"title",
NotifyDescriptor.YES_NO_OPTION);
DialogDisplayer.getDefault().notify(d);
// یا
NotifyDescriptor nd = new NotifyDescriptor.Message("Information");
DialogDisplayer.getDefault().notify(nd);
}با تشکر