diff --git a/Ports/JavaSE/src/com/codename1/impl/javase/LocationSimulation.java b/Ports/JavaSE/src/com/codename1/impl/javase/LocationSimulation.java index cc11d81ecc..acd3f3170b 100644 --- a/Ports/JavaSE/src/com/codename1/impl/javase/LocationSimulation.java +++ b/Ports/JavaSE/src/com/codename1/impl/javase/LocationSimulation.java @@ -23,15 +23,34 @@ package com.codename1.impl.javase; import com.codename1.location.Location; +import java.awt.BorderLayout; +import java.util.HashMap; +import java.util.Map; +import java.util.Timer; +import java.util.TimerTask; import java.util.prefs.Preferences; +import javafx.application.Platform; +import javafx.beans.value.ChangeListener; +import javafx.beans.value.ObservableValue; +import javafx.concurrent.Worker; +import javafx.embed.swing.JFXPanel; +import javafx.scene.Scene; +import javafx.scene.layout.StackPane; +import javafx.scene.web.WebEngine; +import javafx.scene.web.WebView; + +import javax.swing.*; /** * * @author Chen */ -public class LocationSimulation extends javax.swing.JFrame { +public class LocationSimulation extends JFrame { - //private WebView webView; + private WebView webView; + private WebEngine webEngine; + private Timer timer; + private boolean isTextFieldFocused = false; private double iLastLat = 0.1; private double iLastLon = 0.1; public static final int E_MeasUnit_Default = -1; @@ -43,7 +62,6 @@ public class LocationSimulation extends javax.swing.JFrame { private static final String[] E_MeasUnitKmString = {"km", "mi", "nm"}; private static final double[] E_MeasUnitPerKm = {1, 1 / 1.609344, 1 / 1.8520}; private static final String[] E_MeasUnitMString = {"m", "yd", "yd"}; - private static int zoom; /** * single symbol for m/s and yd/s from symbol font set */ @@ -64,170 +82,198 @@ public LocationSimulation() { initComponents(); pack(); setLocationByPlatform(true); - //setVisible(true); + setVisible(true); Preferences p = Preferences.userNodeForPackage(com.codename1.ui.Component.class); int startingZoom = p.getInt("lastZoom", 9); final String htmlPage = "\n" + "\n" + "
\n" - + " " - + " \n" - + " \n" - //+ " " - + " \n" - + " \n" - + " \n" - + " \n" - + " \n" - + " " + + " \n" + "