Skip to content

Instantly share code, notes, and snippets.

@cdoger
Created June 2, 2014 12:38
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 cdoger/7445443a2847c491b1dd to your computer and use it in GitHub Desktop.
Save cdoger/7445443a2847c491b1dd to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<?import java.lang.*?>
<?import javafx.scene.layout.*?>
<!-- Semi transparent overlay -->
<Pane fx:id="ssPane" prefHeight="1000.0" prefWidth="1800.0"
style="-fx-background-color: #0000005F;" xmlns:fx="http://javafx.com/fxml/1"
xmlns="http://javafx.com/javafx/2.2" fx:controller="com.sap.epsilon.ui.SSController">
</Pane>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment