Skip to content

Commit 5ce7466

Browse files
Rachael-ERachael Ellen
and
Rachael Ellen
authored
remove initowner from dialog (#547)
Co-authored-by: Rachael Ellen <[email protected]>
1 parent 86c572f commit 5ce7466

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

feature_layers/feature-layer-query/src/main/java/com/esri/samples/feature_layer_query/FeatureLayerQuerySample.java

-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ public void start(Stage stage) {
100100

101101
// create dialog to display alert information
102102
dialog = new Alert(AlertType.WARNING);
103-
dialog.initOwner(stackPane.getScene().getWindow());
104103

105104
// search for the state that was entered
106105
searchButton.setOnAction(e -> {

0 commit comments

Comments
 (0)