Skip to content

Instantly share code, notes, and snippets.

@hexvalid
Created August 29, 2016 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hexvalid/19ba97ad0aed1aaa082cf9e1758164f4 to your computer and use it in GitHub Desktop.
Save hexvalid/19ba97ad0aed1aaa082cf9e1758164f4 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.Pane?>
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/8.0.76-ea" xmlns:fx="http://javafx.com/fxml/1">
<children>
<Pane layoutX="14.0" layoutY="14.0" prefHeight="33.0" prefWidth="63.0" style="-fx-background-color: #dddddd; -fx-border-color: #cfcfcf #cfcfcf #b5b5b5 #cfcfcf; -fx-border-width: 1;" />
<Pane layoutX="83.0" layoutY="14.0" prefHeight="33.0" prefWidth="63.0" style="-fx-background-color: #0095c7; -fx-border-color: #008cba; -fx-border-width: 1;" />
<Pane layoutX="151.0" layoutY="14.0" prefHeight="9.0" prefWidth="63.0" style="-fx-background-color: #039ed3; -fx-border-color: #ddf2f9; -fx-border-width: 1;" />
</children>
</AnchorPane>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment