¡@

Home 

java Programming Glossary: processbox

Update JPanel and attributes in a gui, with a user-specified timer?

http://stackoverflow.com/questions/8237085/update-jpanel-and-attributes-in-a-gui-with-a-user-specified-timer

user specified timer So I have this class. We'll call it ProcessBox. I have another class called Process that has a ProcessBox as.. ProcessBox. I have another class called Process that has a ProcessBox as a member variable. Then in my main method I have an ArrayList.. have an ArrayList of Process objects each having their own ProcessBox . How would I go about making it so that my ProcessBox would..