4lex1v
4lex1v

Reputation: 21557

JavaFX Application name in Mac Os

With Swing apps i've used setProperty() method, but it looks like it doen't work with FX Applications, are there any other ways to configure apps name from source code?

Upvotes: 6

Views: 1018

Answers (1)

RockMeetHardplace
RockMeetHardplace

Reputation: 361

Bad news for you. You can't change it. Here's a link to the JIRA where you can go and add your disappointment at it not being fixed yet.

https://javafx-jira.kenai.com/browse/RT-22988

Upvotes: 3

Related Questions