public interface JFXWindowService
Modifier and Type | Method and Description |
---|---|
String |
getTitle()
Returns current title of the window.
|
void |
setTitle(String title)
Set title for application window.
|
void |
setWindowIcons(URL... urls)
Set icons to be displayed on main window.
|
void setTitle(String title)
title
- title to setString getTitle()
void setWindowIcons(URL... urls)
urls
- URLs of icon imagesCopyright © 2012-2014 Vektor Software. All Rights Reserved.