We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729d45e commit 6d79394Copy full SHA for 6d79394
src/main/java/com/esri/samples/displayinformation/update_graphics/UpdateGraphicsSample.java
@@ -185,6 +185,8 @@ public void start(Stage stage) throws Exception {
185
// store the selected graphic
186
selectedGraphic = identifyGraphics.get().getGraphics().get(0);
187
selectedGraphic.setSelected(true);
188
+ String style = ((SimpleMarkerSymbol) selectedGraphic.getSymbol()).getStyle().toString();
189
+ symbolBox.getSelectionModel().select(style);
190
}
191
} catch (Exception x) {
192
// on any error, display the stack trace
0 commit comments