Java – Trying to call upon method to open GUI from separate class but not opening (Netbeans)
I am currently trying to create a piano keyboard and wanted to include themes, i figured the best way to do that was present the option on startup, to ask the question of what theme to use, tried and the radio buttons were not working and I have kinda deduced it down to the initComponents() method of the class KeyboardGUIClassic not functioning when being called, any help, tips or suggestions on the problem or even the program would be helpful.