I have a question in regards to a Java GUI I'm creating at the moment, it's an application that runs offsite backups.
When the application initially loads you are presented with this screen:
After loading the configuration file it fills out each field in the tabs below; at this stage it is staying on the "Run" tab after I load the configuration file, but I'd like it (after filling out each field) to bring the "Configuration" tab to the screen.
How do I go about doing this? In the method I've written to load config after the JFileChooser window is closed, I'd imagine I'll need to add something to tell it to select the Configuration tab.
I can provide the classes if necessary.