summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-06-13 18:16:29 +0000
committerPaul Buetow <paul@buetow.org>2008-06-13 18:16:29 +0000
commit8b58d22373ed1c46f9e87943ee2d4e0c30728e6a (patch)
tree6e570eb5ddc7420abc6be4c5ad18de347b7d2436
parent08969a43f96807c155ef445baf02cf1232cd90e2 (diff)
default locales now german
-rw-r--r--LaTeX/GLIEDERUNG.txt3
-rw-r--r--sources/simulator/VSMain.java2
2 files changed, 5 insertions, 0 deletions
diff --git a/LaTeX/GLIEDERUNG.txt b/LaTeX/GLIEDERUNG.txt
index 3674be1..969816b 100644
--- a/LaTeX/GLIEDERUNG.txt
+++ b/LaTeX/GLIEDERUNG.txt
@@ -1,5 +1,8 @@
Einleitung
Danksagung
+ Ossmann
+ Andre Herbst
+ Florian Buetow
Blabla
Motivation
Was ist ein verteiltes System? Warum Simulation?
diff --git a/sources/simulator/VSMain.java b/sources/simulator/VSMain.java
index 7088f65..7367c9b 100644
--- a/sources/simulator/VSMain.java
+++ b/sources/simulator/VSMain.java
@@ -24,6 +24,7 @@
package simulator;
import java.awt.*;
+import java.util.Locale;
import javax.swing.*;
import events.*;
@@ -86,6 +87,7 @@ public class VSMain {
UIManager.getCrossPlatformLookAndFeelClassName());
} catch (Exception e) { }
+ Locale.setDefault(Locale.GERMAN);
javax.swing.JPopupMenu.setDefaultLightWeightPopupEnabled(false);
VSPrefs prefs = VSDefaultPrefs.init();
VSRegisteredEvents.init(prefs);