12 lines
399 B
XML
12 lines
399 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.scene.layout.Pane?>
|
|
<?import javafx.scene.shape.Circle?>
|
|
<?import javafx.scene.shape.Rectangle?>
|
|
|
|
|
|
<Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="620.0" xmlns="http://javafx.com/javafx/8.0.102" xmlns:fx="http://javafx.com/fxml/1">
|
|
<children>
|
|
</children>
|
|
</Pane>
|