Created
June 2, 2014 12:38
-
-
Save cdoger/7445443a2847c491b1dd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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