java - Method of passing meaningful messages between classes? -


i gui/jframe of java application display meaningful loading messages commonplace. how possible or refined way of passing loading messages jframe class class running 1 method - there sub-steps within method?

you can use swingworker background task , pass data through process() method call, described here: http://download.oracle.com/javase/6/docs/api/javax/swing/swingworker.html


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -