Skip to content

Instantly share code, notes, and snippets.

@ceduliocezar
Created December 6, 2015 21:32
Show Gist options
  • Select an option

  • Save ceduliocezar/e98e8e8a5f47f21b157d to your computer and use it in GitHub Desktop.

Select an option

Save ceduliocezar/e98e8e8a5f47f21b157d to your computer and use it in GitHub Desktop.
dash javafx
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.geometry.*?>
<?import javafx.scene.control.*?>
<?import java.lang.*?>
<?import javafx.scene.layout.*?>
<VBox alignment="CENTER" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1">
<children>
<Button minWidth="100.0" mnemonicParsing="false" text="Iniciar">
<VBox.margin>
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
</VBox.margin>
</Button>
<Button minWidth="100.0" mnemonicParsing="false" text="Parar">
<VBox.margin>
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
</VBox.margin>
</Button>
<Button minWidth="100.0" mnemonicParsing="false" text="Calibri">
<VBox.margin>
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
</VBox.margin>
</Button>
</children>
</VBox>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment