Skip to content

Commit

Permalink
1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niangaonb committed Dec 18, 2022
1 parent 4bae07c commit 3c14af0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class YingYeGameCtrl implements Initializable {
private Button write;
@FXML
private Button read;
@FXML

public Text have1 = new Text();
@FXML
public Text have2 = new Text();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<Button fx:id="buy2" mnemonicParsing="false" onAction="#onBuy2" prefHeight="60.0" prefWidth="100.0" text="购买" GridPane.columnIndex="3" GridPane.rowIndex="2" />
<Button fx:id="sell2" mnemonicParsing="false" onAction="#onSell2" prefHeight="60.0" prefWidth="100.0" text="售出" GridPane.columnIndex="4" GridPane.rowIndex="2" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Avicii True专辑" textAlignment="CENTER" wrappingWidth="101.240234375" GridPane.rowIndex="1" />
<Text fx:id="have1" strokeType="OUTSIDE" strokeWidth="0.0" text="0" textAlignment="CENTER" wrappingWidth="101.240234375" GridPane.columnIndex="2" GridPane.rowIndex="1" />
<Text fx:id="have1" text="114" accessibleRole="IMAGE_VIEW" strokeType="OUTSIDE" strokeWidth="0.0" textAlignment="CENTER" wrappingWidth="101.240234375" GridPane.columnIndex="2" GridPane.rowIndex="1" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="3000/1" textAlignment="CENTER" wrappingWidth="101.240234375" GridPane.columnIndex="1" GridPane.rowIndex="1" />
<Text fx:id="have2" strokeType="OUTSIDE" strokeWidth="0.0" text="0" textAlignment="CENTER" wrappingWidth="101.240234375" GridPane.columnIndex="2" GridPane.rowIndex="2" />
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Avicii Stories专辑" textAlignment="CENTER" wrappingWidth="101.240234375" GridPane.rowIndex="2" />
Expand Down

0 comments on commit 3c14af0

Please sign in to comment.