I have a small GWT application in which I display a popup with success
if(success){ DescoratedPopupPanel popup = new DecoratedPopupPanel(); popup.show(); //Now here i want to wait for like 5 secs and then popup.hide(); }
Any idea how I can put a trade in 5 seconds before hiding a popup
thanks
user1226162
source share