ewe.ui
Class WindowCreationData
java.lang.Object
ewe.ui.WindowCreationData
- public class WindowCreationData
- extends Object
nativeWindowClassName
public String nativeWindowClassName
- Under Win32 this must be a unique name for this class of window. Windows of the same class will share
the same icon. If this is not set, the icon will not be changed.
nativeWindowIcon
public Object nativeWindowIcon
- This must be an icon created by ewe.fx.Image.toIcon(). Note that Java does not seem able to
display the transparent areas of the icon correctly.
parentWindow
public Object parentWindow
- Used by WindowContainer only.
WindowCreationData
public WindowCreationData()