I show some messageBox in my program. For example, if i save the data successfully, messageBox shows me “Successfull”. But I want to make it close by timer. When it passes two second, it should be closed.I don’t need prepared code. It’s enough if you tell me the way to do it. My platform is GWT by the way.
Best Regards..
There might be better ways to do this other than Timer. However with timer you would be
using the GWT’s com.google.gwt.user.client.Timer class.
http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/javadoc/com/google/gwt/examples/TimerExample.java