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

Profile: desktop, common

Overview

A container which can host and arrange Window objects.

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicactiveWindowWindow

The currently active window.

The currently active window. The non-active windows are painted in gray.

 
publicfillColorColor.TRANSPARENT

The host's background.

publicstrokeColorColor.TRANSPARENT

The host's frame color.

publicstrokeWidthInteger0

The width of the host's frame.

publicwindowsByte[]

A list of all windows currently contained in the host.

Inherited Variables

Inherited Functions