Make JButton update JLabel text in other class in Java
I’m writing a program for my company that references an excel file for project information. I’ve organized the program into 4 JPanels, each in it’s own class. i.e. Panel_1, Panel_2, etc. I have a button in panel_1 that allows the user to select the project info file and that works just fine. what I want … Read more