Abhinay Agarwal

Results 183 comments of Abhinay Agarwal

Hi @deggers, JPMS is a difficult topic :) Basically, if your application is running on class-path instead of module-path, then it is called as `unnamed module` by JPMS. Therefore, exporting...

+1 for this feature

This is now available in the new `0.0.8-SNAPSHOT` of `javafx-gradle-plugin`. To use this, add a `settings.gradle` file with the following: ``` pluginManagement { repositories { gradlePluginPortal() maven { url "https://oss.sonatype.org/content/repositories/snapshots/"...

My personal preference would be to have an option to toggle this feature from the preferences dialog.

Scene Builder workspace is obviously a good idea but we need to have enough use-cases before we move forward with it. Scene Builder can be used across multiple JavaFX projects...

How do we make sure if an existing application is being updated, the newer version has all the settings/preferences from the older version?

Feedback is always important to the user. If an application doesn't respond for a few seconds, it can lead to bad UX. Therefore, if you think that import will take...