Java javafx.stage StageStyle fields, constructors, methods, implement or subclass

Example usage for Java javafx.stage StageStyle fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.stage StageStyle.

The text is from its open source code.

Field

StageStyleDECORATED
Defines a normal Stage style with a solid white background and platform decorations.
StageStyleUNDECORATED
Defines a Stage style with a solid white background and no decorations.
StageStyleTRANSPARENT
Defines a Stage style with a transparent background and no decorations.
StageStyleUTILITY
Defines a Stage style with a solid white background and minimal platform decorations used for a utility window.
StageStyleUNIFIED
Defines a Stage style with platform decorations and eliminates the border between client area and decorations.