From 8b58d22373ed1c46f9e87943ee2d4e0c30728e6a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 13 Jun 2008 18:16:29 +0000 Subject: default locales now german --- LaTeX/GLIEDERUNG.txt | 3 +++ sources/simulator/VSMain.java | 2 ++ 2 files changed, 5 insertions(+) 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); -- cgit v1.2.3