Closed kumarbanty closed 8 years ago
This feature had been issued before.I've consider about it,but I have no extra time to finish it.For now, you may handle it by yourself,for example:
Timer timer = new Timer();
timer.schedule(new TimerTask()
{
@Override
public void run()
{
//TODO dismiss the Dialog
}
}, 3000);//after 3seconds
Thank you
How to automatically make the tool tip disappear after some time?