public class GuiTools
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static javafx.scene.effect.Blend |
reflAndShadow |
static javafx.scene.effect.Reflection |
reflection |
static javafx.scene.effect.DropShadow |
shadow |
Constructor and Description |
---|
GuiTools() |
Modifier and Type | Method and Description |
---|---|
static void |
centerizeStage(javafx.stage.Stage stage)
Centers a Stage (window) on screen.
|