Hi, I want to refresh a tableview in my application based on a time interval. For this i found relavant code in StockTracker application where open(Display display, Window owner) method was overriden. Here this open method is from Window. But in my application, instead extending Window iam going for BoxPane because it was a Tab. So i could not override open method. Is there any method that i can override and inside it, can invoke a block of code based on time interval ?
-- Thanks & Regards B.S.V.S.Pavan Raju. Skype: skype_pavan1 Hyderabad.
