No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

sample.fxml 255B

12345678
  1. <?import javafx.geometry.Insets?>
  2. <?import javafx.scene.layout.GridPane?>
  3. <?import javafx.scene.control.Button?>
  4. <?import javafx.scene.control.Label?>
  5. <GridPane
  6. xmlns:fx="http://javafx.com/fxml" alignment="center" hgap="10" vgap="10">
  7. </GridPane>