Re: How to make a large cursor in JavaFX 12

2019-06-24 Thread info
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

Re: How to make a large cursor in JavaFX 12

2019-06-21 Thread Tom Schindl
Hi, Well this is something you can configure in your OS-Settings and FX will just pick it up. The only other option is to set a custom image. Tom On 21.06.19 09:52, Eef Custers wrote: > Hi, > > I am working on an application for visual impaired users. I like to create > a large cursor, but I

How to make a large cursor in JavaFX 12

2019-06-21 Thread Eef Custers
Hi, I am working on an application for visual impaired users. I like to create a large cursor, but I cannot find a way how to do that. Can somebody push me in the right direction? I am working with openjdk12 and javafx12 on windows10. Thanks a lot, regards. Eef