javafx - moved node interface management out of nodes, rely on graph to obtain interfaces from links
This commit is contained in:
parent
c5f62a106f
commit
0d63630c99
5 changed files with 99 additions and 67 deletions
|
@ -8,7 +8,7 @@
|
|||
<?import javafx.scene.layout.RowConstraints?>
|
||||
<?import javafx.scene.text.Font?>
|
||||
|
||||
<fx:root fitToWidth="true" prefHeight="418.0" prefWidth="300.0" type="ScrollPane" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1">
|
||||
<fx:root fx:id="scrollPane" fitToWidth="true" prefHeight="418.0" prefWidth="300.0" type="ScrollPane" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1">
|
||||
<content>
|
||||
<GridPane fx:id="gridPane" hgap="5.0" prefWidth="298.0" vgap="5.0">
|
||||
<columnConstraints>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue