Hi Tom,
Thanks for your reply. The class ImageCursor does not responds to enlarging
my Image, which I hoped was the solution. My windows 10 platform itself
doesnot allow free sizing of the cursor. The maximum size offered (extreme
large) is still too small. I need at least 2-3 centimeters on the s
If it is not a part of OpenJDK/Oracle JDK it will not work. Whether
Oracle itself maintains the code doesn't really matter I think, but
they have to put support and development in it.
To me another downside if Oracle would suspend further development is
that any statements made by Oracle se
I'm using OSGi (Apache Felix) to develop my application. The bundle's
activator is as follows:
@Override
public void start(BundleContext context) throws Exception {
new Thread(() -> Application.launch(Desktop.class), "JavaFX Desktop
launcher").start();
}
@O
Have found some further code in MX6AcceleratedScreen.c.
//Vivante specials
static EGLNativeDisplayType (*wr_fbGetDisplayByIndex)(int DisplayIndex);
static EGLNativeWindowType (*wr_fbCreateWindow)(EGLNativeDisplayType
Display, int X, int Y, int Width, int Height);
JNIEXPORT jlong JNICALL
Jav
I'm runing my JavaFX application on a Udoo Quad, a ARMv7 with Vivante
GPU. I haven't succeeded in using the GPU yet, and I'm endeavouring on
the quest to find out why. It probably has to do something with
drivers, missing libraries etc etc. I'm aware of the page "Porting
JavaFX to additiona
Citeren Kevin Rushforth :
Either I can add your information to JDK-8133750 or you can file a
new bug and I will link them together and fix them at the same time.
I'd prefer the former over the latter.
Maurice.
I've adapted the build.gradle to use java -fullversion instead of java
-version, parsing the result with a regexp.
diff -r 9b5fc7c1e5e6 build.gradle
--- a/build.gradle Fri Aug 07 18:35:42 2015 -0700
+++ b/build.gradle Thu Aug 27 15:52:11 2015 +0200
@@ -719,29 +719,27 @@
if (!file(JAV
I was not aware of the existence of the -fullversion option. It is not
listed at the Oracle site, afaik. Can it be assumed to be present in
non-OpenJDK, non-Oracle JDKs?
David DeHaven schreef op 2015-08-26 15:38:
The gradle build tries to find the version of the used Java JDK by
running 'java
The gradle build tries to find the version of the used Java JDK by
running 'java -version', skipping the first line and expects to find the
version in the second line.
However, on Linux (Ubuntu) the first line of *any* Java invocation is
"Picked up JAVA_TOOL_OPTIONS:
-javaagent:/usr/share/jav
I have got the first incarnation of my JavaFX app running on my Udoo
board, a FreeScale based ARM. It is using the sw pipeline, not the
Vivante yet, but there is another problem first.
When I connect a mouse the mouse coordinates are interpreted correctly,
but the touch events, or touch positi
10 matches
Mail list logo