Step in Button zum refresehen der Table

This commit is contained in:
2024-04-29 15:44:20 +02:00
parent 2d9e143b3a
commit 5a6a70f598
4 changed files with 196 additions and 78 deletions

View File

@ -15,7 +15,7 @@
<SeparatorMenuItem mnemonicParsing="false" />
<MenuItem mnemonicParsing="false" text="Close" />
<MenuItem mnemonicParsing="false" text="Save" />
<MenuItem mnemonicParsing="false" text="Save As...." />
<MenuItem mnemonicParsing="false" text="Save As...." />
<MenuItem mnemonicParsing="false" text="Revert" />
<SeparatorMenuItem mnemonicParsing="false" />
<MenuItem mnemonicParsing="false" text="Preferences…" />
@ -48,11 +48,20 @@
<AnchorPane maxHeight="-1.0" maxWidth="-1.0" prefHeight="-1.0" prefWidth="-1.0" VBox.vgrow="ALWAYS">
<children>
<TextArea fx:id="lstContentLabel" editable="false" layoutX="684.0" layoutY="27.0" wrapText="true" />
<TextArea fx:id="lstContentLabel" editable="false" layoutX="282.0" layoutY="498.0" prefHeight="189.0" prefWidth="547.0" wrapText="true"/>
<Button fx:id="stepintoButton" layoutX="111.0" layoutY="321.0" mnemonicParsing="false" text="Step IN" onAction="#stepintoButton" />
</children>
</AnchorPane>
</children>
</VBox>