Skip to content

Commit

Permalink
Revert ""
Browse files Browse the repository at this point in the history
This reverts commit f37f239.
  • Loading branch information
rterp committed Mar 25, 2017
1 parent f37f239 commit 77f9bdf
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ public class LatLongFXMLController implements Initializable {
@FXML
private Label longitudeLabel;

@FXML
private WebView webView;

@FXML
private GoogleMapView googleMapView;

Expand All @@ -32,6 +35,7 @@ public class LatLongFXMLController implements Initializable {

@Override
public void initialize(URL url, ResourceBundle rb) {
webView.getEngine().load("http://maps.google.com?language=ja&region=JP");
googleMapView.addMapInializedListener(() -> configureMap());
}

Expand Down

0 comments on commit 77f9bdf

Please sign in to comment.