Skip to content
Snippets Groups Projects
Commit ff6892f8 authored by Lahtinen Konsta Aleksi's avatar Lahtinen Konsta Aleksi
Browse files

message

parent a8e8693d
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<?import fi.jyu.mit.fxgui.DynamicComboBox?> <?import fi.jyu.mit.fxgui.DynamicComboBox?>
<?import java.lang.String?>
<?import javafx.geometry.Insets?> <?import javafx.geometry.Insets?>
<?import javafx.scene.control.Label?> <?import javafx.scene.control.Label?>
<?import javafx.scene.layout.BorderPane?> <?import javafx.scene.layout.BorderPane?>
...@@ -25,6 +26,12 @@ ...@@ -25,6 +26,12 @@
<GridPane.margin> <GridPane.margin>
<Insets /> <Insets />
</GridPane.margin> </GridPane.margin>
<sisalto>
<String fx:value="Antti" />
<String fx:value="Mikko" />
<String fx:value="Aapo" />
<String fx:value="Kalle" />
</sisalto>
</DynamicComboBox> </DynamicComboBox>
</children> </children>
</GridPane> </GridPane>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment