summaryrefslogtreecommitdiff
path: root/sources/simulator/VSSimulator.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2009-01-27 23:04:44 +0000
committerPaul Buetow <paul@buetow.org>2009-01-27 23:04:44 +0000
commitaaddfbb50b7c7701a47362b8788eb9dfa9fe2be7 (patch)
tree1d8b4a384b9953c914b86728b79b2350645672ac /sources/simulator/VSSimulator.java
parent245e4e67d83b5461e66b22150d163f1c0155a217 (diff)
on the good way making english language support working
Diffstat (limited to 'sources/simulator/VSSimulator.java')
-rw-r--r--sources/simulator/VSSimulator.java14
1 files changed, 2 insertions, 12 deletions
diff --git a/sources/simulator/VSSimulator.java b/sources/simulator/VSSimulator.java
index 779de07..fdcf40d 100644
--- a/sources/simulator/VSSimulator.java
+++ b/sources/simulator/VSSimulator.java
@@ -1,5 +1,6 @@
/*
- * Copyright (c) 2008 Paul C. Buetow, vs@dev.buetow.org
+ * VS-Simulator (http://vs-sim.buetow.org)
+ * Copyright (c) 2008 - 2009 by Dipl.-Inform. (FH) Paul C. Buetow
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -33,12 +34,10 @@ import javax.swing.table.*;
import core.*;
import events.*;
-//import events.internal.*;
import exceptions.*;
import prefs.*;
import prefs.editors.*;
import serialize.*;
-//import utils.*;
/**
* The class VSSimulator, an object of this class represents a whole simulator.
@@ -78,9 +77,6 @@ public class VSSimulator extends JPanel implements VSSerializable {
/** The processes combo box. */
private JComboBox processesComboBox;
- /** The global add panel. */
- //private JPanel globalAddPanel;
-
/** The local add panel. */
private JPanel localAddPanel;
@@ -90,9 +86,6 @@ public class VSSimulator extends JPanel implements VSSerializable {
/** The loging panel. */
private JPanel logingPanel;
- /** The tools panel. */
- //private JPanel toolsPanel;
-
/** The split pane1. */
private JSplitPane splitPane1;
@@ -150,9 +143,6 @@ public class VSSimulator extends JPanel implements VSSerializable {
/** The task manager local editor. */
private VSTaskManagerCellEditor taskManagerLocalEditor;
- /** The simulator has started. */
- //private boolean hasStarted = false;
-
/** The last selected process num. */
private int lastSelectedProcessNum;