Hi all, I was experimenting with the progressbar but I have some problems to understand in which thread I have to start it. Suppose I want to have several progress meter in a tablepane each showing the status of some action (for example some music file playing or whatever) How do I start all of them? I guess I must create a class which implements runnable and start the progress meter, but them how do I display it in the application? (I must admit that probably this is very basic question and one of my problems is that I am not so familiar with threads management in Java... sorry for that).
-- View this message in context: http://apache-pivot-users.399431.n3.nabble.com/progress-bar-question-tp2659440p2659440.html Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
