I try to implementing a login page by using this tutorial.
NotifyDescriptor nd = new NotifyDescriptor.Message("Ok");
DialogDisplayer.getDefault().notifyLater(nd);
But when the login screen is displayed, the application icon not showing in Taskbar. How i can resolve this problem? Tnx