Questions tagged [gluon-desktop]

Use this tags for questions about the Gluon Desktop library and Gluon Ignite

See the Tag Info on for more information.

Find out more about Gluon Ignite here.

54 questions
17
votes
4 answers

Error: JavaFX runtime components are missing - JavaFX 11 and OpenJDK 11 and Eclipse IDE

I have this classical issue: Using JavaFX 11 with OpenJDK 11 together with Eclipse IDE. Error: JavaFX runtime components are missing, and are required to run this application I have OpenJDK 11.0.2 dell@dell-pc:~$ java -version openjdk version…
euraad
  • 2,467
  • 5
  • 30
  • 51
16
votes
5 answers

Cannot access class com.sun.javafx.util.Utils (in module javafx.graphics) - JavaFX & Eclipse

I have follow this guide to setup JavaFX onto a Linux machine. First I have installed Java 11 asus@asus-pc:/usr/share/openjfx/lib$ java -version openjdk version "11.0.3" 2019-04-16 OpenJDK Runtime Environment (build…
euraad
  • 2,467
  • 5
  • 30
  • 51
3
votes
0 answers

OrientationListener for Gluon

Some Questions to Orientations with Gluon: Can you detect an Orientation switch with Gluon? My current way of detecting is a size listener on the GlassPane, which is not ideal. Can have two different FXML/Views per Orientation? Normal switching when…
LucaZ
  • 87
  • 8
2
votes
2 answers

System.setProperty("prism.allowhidpi", "false") does not work?

I'm trying to disable Windows display scaling (and in other OS) in my JavaFX application. Setting -Dprism.allowhidpi="false" in IntelliJ run configuration VM options works but setting the system property in code does not. I would like to set it in…
ank
  • 83
  • 5
2
votes
0 answers

JavaFX and jfxwebkit.dll

In my app, I used JavaFX to create a browser type page to display my Help. Most of the application is written in Java using JRE 11.0.10. I initially was using JavaFX 11.0.2 which worked fine. My customer wanted us to move to JavaFX 11.0.10 which…
Paul M.
  • 21
  • 4
2
votes
1 answer

what is the diference over org.javafxports » jfxmobile-plugin 1.3.16 and 2.0.30

what is the diference over org.javafxports jfxmobile-plugin 1.3.16 and 2.0.30 I try update the version 1.3.16 to 2.0.30 but not compile project
2
votes
0 answers

Gluon Scene Builder installed but not opening in NetBeans

I have installed the Gluon Scene Builder in Ubuntu 17.04, to use it with NetBeans. Gluon works normally outside NetBeans and the Oracle Scene Builder also worked fine before installing Gluon. After installing Gluon, the right-click option on the…
rainer
  • 3,295
  • 5
  • 34
  • 50
2
votes
2 answers

Configured compileSdkVersion is invalid

Hello I am having problem building or creating an apk file on this gluon project. I follow the step in building the project on this site http://docs.gluonhq.com/charm/3.0.0/#_android_2. I am a total newbie on this framework. Please help Executing:…
Yves Gonzaga
  • 1,038
  • 1
  • 16
  • 40
2
votes
1 answer

create a polyline in gluon mapLayer

Google maps API makes it possible to create a layer on the map containing a polyline linking points together. I have searched where I could to find an example or an implementation for this for gluon's mapLayer. Please advice
Ron
  • 776
  • 8
  • 14
2
votes
1 answer

How do you change the icon of a Gluon Desktop app?

How can I change the icon of a Gluon Desktop app? I changed the icon.png file, but that seems to only be used in the about dialog. I'm using IntelliJ IDEA 16.
user2211907
1
vote
1 answer

Javafx stage.setFullScreen throw exception after gluon:build and .exe run but not after javafx:run

I'm trying to create my first .exe from a javafx application. I'm using maven and gluon to achieve my goal. When I launch my app with mvn javafx:run everything run fine. So I try to package my app in a .exe using gluonfx:build and I get a .exe,…
1
vote
0 answers

Anybody using Gluon Client Plugin in windows with GraalVM 20?

I want to know whether any body succeded in compiling Javafx app into native into native with Gluon Client Plugin with GraalVM 20.
1
vote
0 answers

How Do I Install Gluon Plugin in Apache NetBeans 9.0?

Is there a way to install Gluon Plugin in Apache NetBeans 9.0? If not, how can I add additional support to NetBeans?
1
vote
0 answers

How to Write/Read in JavaFX with Gluon Plugin

I am trying to write/read files in JavaFX while using the Gluon plugin, and I am not having any luck. If i run the program as a Desktop App, it works fine, I've even used the same functions in Android IDE and it works fine, however if I send the…
Squatch
  • 11
  • 2
1
vote
0 answers

Unable to sucessufly create an Gluon project whit Glisten Afterburner on Intelij

I attempted to create a Gluon Mobile application whit the Glisten Afterburner framework on Intelij, however once i create it i cannot even launch it. If i try to run the program i get the following error: If i try to use scene builder in any of the…
João Marques
  • 121
  • 1
  • 1
  • 14
1
2 3 4