diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-21 21:24:42 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-21 21:24:42 +0000 |
| commit | 6fd1d5c225c70677ef40ec7d76111b849e5d7d75 (patch) | |
| tree | d58f8bb0913c0d0329e1b240628ac2af0c972d6c /sources/simulator/VSSimulatorFrame.java | |
| parent | db4ae1c41883f6f78d8107429f7f4871c45f47d5 (diff) | |
JTable editor done?!? :)
Diffstat (limited to 'sources/simulator/VSSimulatorFrame.java')
| -rw-r--r-- | sources/simulator/VSSimulatorFrame.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/simulator/VSSimulatorFrame.java b/sources/simulator/VSSimulatorFrame.java index b455969..f0a0fea 100644 --- a/sources/simulator/VSSimulatorFrame.java +++ b/sources/simulator/VSSimulatorFrame.java @@ -28,14 +28,14 @@ public class VSSimulatorFrame extends VSFrame implements ActionListener { private JTabbedPane tabbedPane; public VSSimulatorFrame(VSPrefs prefs, Component relativeTo) { - super(prefs.getString("name"), relativeTo); + super(prefs.getString("lang.name"), relativeTo); this.prefs = prefs; this.simulations = new Vector<VSSimulation>(); setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE); - setSize(prefs.getInteger("window.xsize")+100, - prefs.getInteger("window.ysize")); + setSize(prefs.getInteger("div.window.xsize")+100, + prefs.getInteger("div.window.ysize")); setJMenuBar(createJMenuBar()); setContentPane(createContentPane()); setVisible(true); |
