-
Bug
-
Resolution: Fixed
-
P4
-
fx2.1
-
None
-
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.