Questions tagged as 'javafx'

1
answer

Drawing Top Gear

I'm trying to make a game like Top Gear (SNES) to get a little bit of knowledge about 2D games, but I had a question about the clues: are they straight lines, curves or images? I'm using JavaFX. If I try to use curves ( QuadCurve ) it i...
asked by 21.09.2015 / 01:10
1
answer

Multiple Controllers with JavaFX 2, such as referencing the instance of the other

UPDATED. I am creating a new Java application using JavaFX, when programming with Swing I had the custom of creating multiple specialized controllers for the interface, and in Swing I use a controller that is aware of all others and so with...
asked by 03.08.2015 / 02:03
1
answer

Help with JavaFX form

Hello, I imagine that my question is simple but I have not found anything in the forums of life (probably because I do not use the correct terms in the search). I am creating a form for students in JavaFX generating fxml files with Scene Buil...
asked by 24.11.2015 / 03:01
1
answer

Is it worth developing JavaFX for Web, Mobile and Desktop?

I would like to know how JavaFX is going, if it is already consolidated, if it is still bet. I really liked the look and the "Write once, run everywhere" .     
asked by 20.05.2015 / 16:05
1
answer

Compensates to migrate from Swing to JavaFX?

Currently most of my applications are made with Swing. I've done 2 small web projects with JSF + Primefaces + Hibernate. My question is this: Is it worthwhile to go out of Swing and study JavaFX, or is it better to study the Web part more a...
asked by 13.05.2015 / 16:40
2
answers

JavaFX application does not run on some computers after being exported to jar

I developed a JavaFX application, created an Ant script through build.fxbuild and generated a jar. The generated jar runs Ok on the computer in my service and on another developer's computer, however it does not run on two non-develope...
asked by 27.05.2014 / 23:49
3
answers

How to create input masks in a TextField?

A few weeks ago I've been studying JavaFX as an alternative to Swing, but I've noticed that it does not have any kind of TextField that lets you put in input masks, just like we do for example in the% / p> I would like to know who devel...
asked by 24.07.2015 / 23:16
2
answers

Time Mask or TimePicker JavaFX

I have TextField where I enter the time, however I always have to type : . How can I put a mask in this TextField or if it is simpler a TimePicker ?     
asked by 29.07.2015 / 14:14
2
answers

Eclipse is not recognizing CSS from the project with JavaFX

My project with JavaFX simply stopped recognizing my .css and the following error appears: An error has occurred. See error log for more details. java.lang.NullPointerException No error log appears as follows: Problems occurred when invok...
asked by 06.10.2015 / 01:00
1
answer

Error java.lang.ClassNotFoundException: "Caused by: java.lang.ClassNotFoundException: com.fasterxml.jackson.core.type.TypeReference

I'm developing a Java, FX, Hibernate application and using log4j2 for my logs. When I run the application through the IDE (Eclipse) everything works normally, but when creating the application .jar, the following errors appear (just when startin...
asked by 26.01.2016 / 14:43