-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: fx2.1
-
Component/s: javafx
-
None
-
Environment:
Linux Opensuse 12.3
I've been playing around with the JavaFX 2.1 Linux beta in Netbeans. If I do not set the stage's title (or set it to an empty string), the stage will have a title of "<unknown>".
If I set the stage's title to something other than empty string and change it to empty string after the show method has been called, the stage won't have a title, which I presume is the correct behavior.
If I set the stage's title to something other than empty string and change it to empty string after the show method has been called, the stage won't have a title, which I presume is the correct behavior.