Update the tab indexes. Fix a problem where copying on the simulation

tab switched to the configuration tab
This commit is contained in:
kruland 2013-12-12 20:04:59 -06:00
parent cbb9a48435
commit 635c8bf143

View File

@ -119,7 +119,8 @@ public class BasicFrame extends JFrame {
private static final int SHORTCUT_KEY = Toolkit.getDefaultToolkit().getMenuShortcutKeyMask(); private static final int SHORTCUT_KEY = Toolkit.getDefaultToolkit().getMenuShortcutKeyMask();
public static final int COMPONENT_TAB = 0; public static final int COMPONENT_TAB = 0;
public static final int SIMULATION_TAB = 1; public static final int CONFIGURATION_TAB = 1;
public static final int SIMULATION_TAB = 2;
/** /**