summaryrefslogtreecommitdiff
path: root/sources/simulator/VSSimulation.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-22 15:48:51 +0000
committerPaul Buetow <paul@buetow.org>2008-05-22 15:48:51 +0000
commit99fa4e29da7c3fa9df012378640442b59ebd1724 (patch)
tree3f316bf86837830aa5242ef0d99a2c0fd67b6709 /sources/simulator/VSSimulation.java
parent68ca748737bbf5af57888872a9c072415e609d23 (diff)
Bugfix
Diffstat (limited to 'sources/simulator/VSSimulation.java')
-rw-r--r--sources/simulator/VSSimulation.java9
1 files changed, 8 insertions, 1 deletions
diff --git a/sources/simulator/VSSimulation.java b/sources/simulator/VSSimulation.java
index 4da367b..4751f4a 100644
--- a/sources/simulator/VSSimulation.java
+++ b/sources/simulator/VSSimulation.java
@@ -896,12 +896,19 @@ public class VSSimulation extends JPanel {
/* addPanel */
localAddPanel.remove(2);
}
-
tabbedPane.setSelectedIndex(selectedIndex);
+ /* Update the 'Variables tab' */
+
+
+
/* Update the tools panel */
loggingPanel.remove(1);
loggingPanel.add(createToolsPanel(), BorderLayout.SOUTH);
updateUI();
}
+
+ public VSPrefs getPrefs() {
+ return prefs;
+ }
}