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
Post a Comment