mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-29 09:49:56 +07:00
9 lines
246 B
XML
9 lines
246 B
XML
<?import javafx.scene.layout.GridPane?>
|
|
|
|
<?import java.lang.String?>
|
|
<GridPane xmlns:fx="http://javafx.com/fxml" fx:id="foo">
|
|
<style<caret>Class>
|
|
<String fx:value="foo"/>
|
|
<String fx:value="foo1"/>
|
|
</styleClass>
|
|
</GridPane> |