Force locale, for now
authorBill Kuker <bkuker@billkuker.com>
Tue, 14 Feb 2012 18:41:31 +0000 (18:41 +0000)
committerBill Kuker <bkuker@billkuker.com>
Tue, 14 Feb 2012 18:41:31 +0000 (18:41 +0000)
gui/MotorSim.java

index 8dd1c119b3339645d03dc4076170cee43a854040..2fe51ceb234b40301648fd7c7964adfdb064dfea 100644 (file)
@@ -1,3 +1,5 @@
+import java.util.Locale;
+
 import javax.swing.SwingUtilities;
 import javax.swing.UIManager;
 
@@ -6,6 +8,7 @@ import com.billkuker.rocketry.motorsim.visual.workbench.MotorWorkbench;
 public class MotorSim {
 
        public static void main(String args[]) throws Exception {
+               Locale.setDefault(Locale.ENGLISH);
 
                try {
                        System.setProperty("apple.laf.useScreenMenuBar", "true");