|
Accessing one class from another class through swing
I've got these 2 classes, one of them holds the gui and is called MainGui.java. and the other "Main.java" instanciates this class among other functionalities. I want to add to call a function in MainGui from the Main class and add to a Jpanel in MainGui. Any tips or advice on how best to do this?
Thanks
|