-
Linux : WebView different behaviours with JavaFX 8 and JavaFX 11.
```
public class NavigateurTest extends Application {
final StackPane root = new StackPane();
final WebView webView = …
-
-
When using the attach.position one gets an error message when trying to run the application via the javafx plugin: java.lang.module.InvalidModuleDescriptorException: Package com.gluonhq.attach.positio…
-
### Adding GUI
GUI is a very great way to present software in a better way to people.
I want to add GUI to this project.
I would like to take suggestion and help for this.
-
When I start the new-made app, a warning comes up: This application requires a newer version of the Java runtime.
![JavaFX Launcher 2020-01-20 14-48-22](https://user-images.githubusercontent.com/8221…
-
**疑问描述**
Windows 10 20H2版本直接打开V5.0版本启动失败
```
2021-11-03 15:24:45 com.unclezs.jfx.launcher.Launcher loadLocalManifest
信息: 解析本地配置文件
2021-11-03 15:24:45 com.unclezs.jfx.launcher.LauncherView setPh…
-
Hello,
I installed the latest version of the uploader but when I open it it just crashes with the application not even appearing on screen. Tried the same with previous versions, no luck. I'm running …
-
Originally reported by: **Anonymous**
----------------------------------------
Some of us need to use high contrast theme on windows but Gluon Scene Builder doesn't support this theme. (What's stran…
-
In `examples/issues/table_CSS_IndexOutOfBounds.bob`, changing the 'headers' of a table at runtime can result in this type of stack trace:
````
Exception in thread "JavaFX Application Thread" java.la…
-
I was updating my application from JDK 8 to 13.
Updated all dependencies to the latest updated ones.
But now one of my tests returns error.
The public void start(Stage stage) is not called on initi…