I have a streaming application which fetches data from Twitter. I'd like to show some of the statistics that I compute into a real-time window. I'd like to know if it's possible to create a static window with dynamic content (maybe with JOptionPane?). By dynamic I mean something that is updated from time to time. Example:
The window has only the "close" button. The number refreshes itself every tot x seconds.
Any help is appreciated, I haven't found anything helpful on the Internet.