From tg at freigmbh.de Mon Aug 11 07:30:50 2025 From: tg at freigmbh.de (tg at freigmbh.de) Date: Mon, 11 Aug 2025 07:30:50 +0000 Subject: Gradle Plugin Message-ID: <07c5a433ebac46f3a17900d7bb601749@freigmbh.de> Hello Can I find someone here maintaining the gradle javafx plugin https://github.com/openjfx/javafx-gradle-plugin ? It seems like there is something odd going on, it appears releases of the plugin are available on maven, but not on the gradle plugin repository? See this issue https://github.com/openjfx/javafx-gradle-plugin/issues/179#issuecomment-3168988327 Best regards, Thorten Goetzke -------------- next part -------------- An HTML attachment was scrubbed... URL: From olexyarm at outlook.com Sun Aug 17 17:44:33 2025 From: olexyarm at outlook.com (Oleksandr Yarmolenko) Date: Sun, 17 Aug 2025 13:44:33 -0400 Subject: The method "showSaveDialog" of the JavaFX class "javafx.stage.FileChooser" throws undocumented exception "java.lang.IllegalArgumentException" Message-ID: Hello, I spent a few hours while debugging my JavaFX v.24 home application and I'd like to share my finding. In my application I accidentally set bad value in method "setInitialDirectory" of the JavaFX class "javafx.stage.FileChooser". First time my app was pointing on directory what does not exist. Another time it did it on nonexistent Windows drive. When it called method "showSaveDialog" it got exception "java.lang.IllegalArgumentException: Folder parameter must be a valid folder". The exception is not documented and does not say what parameter is incorrect and what is wrong with it. It would be nice to have the exception documented and it better say something like "setInitialDirectory parameter points on nonexistent folder or drive". Interesting that it didn't get exception while pointing on not accessible directory and "showSaveDialog" showed content of some other directory. For example with "setInitialDirectory" setting "C:\\Documents and Settings" it showed content of directory "C:\Users". Thanks, Alex P.S. I pushed my test JavaFX application on GitHub https://github.com/OlexYarm/JavaFx-test-FileChooser -------------- next part -------------- An HTML attachment was scrubbed... URL: