JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

This class defines the possible styles for a Window which are: WindowStyle.DECORATED, WindowStyle.UNDECORATED, or WindowStyle.TRANSPARENT.

Attribute Summary

nametypedescription
Public
DECORATEDWindowStyle

Defines a normal window style with a solid white background and platform decorations.

More: [+]

Defines a normal window style with a solid white background and platform decorations.

TRANSPARENTWindowStyle

Defines a window style with a transparent background and no decorations.

More: [+]

Defines a window style with a transparent background and no decorations.

UNDECORATEDWindowStyle

Defines a window style with a solid white background and no decorations.

More: [+]

Defines a window style with a solid white background and no decorations.

Protected

Inherited Attributes

Function Summary

public toString() : java.lang.String

More: [+]

Returns
String

Inherited Functions