I'm just trying to figure out some things in my head about how to get information and from swinging components from other classes.
I have a main class that uses several classes to create a swing gui. How do I start writing information to these components from another class. As far as I understand, I need to use arraylist to store links to these components, but I'm not quite sure how to do this, can someone help me?
source
share