gluonhq / attach

GNU General Public License v3.0
50 stars 26 forks source link

It is unclear how the "current" platform is selected #272

Closed johanvos closed 3 years ago

johanvos commented 3 years ago

Often, when running JavaFX samples with Attach on desktop, one gets this message: INFO: javafx.platform is not defined. Desktop will be assumed by default.

It is not clear that this comes from Attach. Also, the JavaDoc needs to mention that if the javafx.platform property is not specified, the value of the "platform" will be set to DESKTOP.

jperedadnr commented 3 years ago

Fixed with #273