Step in Button zum refresehen der Table
This commit is contained in:
@ -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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user