When the selected configuration changes, update all the panel contents.

This commit is contained in:
kruland2607 2013-03-26 17:38:12 -05:00
parent 5dbb723736
commit 31241bc0b9

View File

@ -63,7 +63,7 @@ public class FlightConfigurationDialog extends JDialog {
configSelector.addActionListener(new ActionListener() {
@Override
public void actionPerformed(ActionEvent e) {
configurationChanged();
}
});