Questions tagged as 'javafx'

1
answer

Calculate Car Preventive Maintenance in JavaFX

First of all, good morning, everyone! Well today I have a small problem to solve with a program that I am asked to develop in Java is to calculate the figure in mileage that a car should be maintenance . For example, each vehicle is serviced...
asked by 18.10.2017 / 18:58
1
answer

Reset JFXDatePicker JavaFX

Good day everyone! I think I'm really enjoying this website that has helped me! THANKS TO ALL! Well here I go Today I realize that in the small application that I am developing I have a problem with the famous DatePickers. The question is the...
asked by 19.10.2017 / 20:49
1
answer

MySQL Select Query

First of all good afternoon everyone. To the point !! I have a table called "control" in which I have registered the kilometers of several vehicles, all well at the time of inserting delete etc. But I am trying to bring the data of a veh...
asked by 28.09.2017 / 21:20
2
answers

Display Date data in TableView JavaFX

I have an SQL query that brings two (2) data that are name and licenseexpires SELECT nombre, licenciaexpira FROM conductores I have managed to show the name on my Table but the date does not. I was investigating and I realized that my licen...
asked by 15.11.2017 / 22:10
1
answer

Rounded edges java fx

I want to make the edges of my applications rounded, such as Mac OS, however the result I get is the following: How can I remove the white piece that remains in the corners of the application? This is my code: Main class :...
asked by 23.07.2017 / 16:53
1
answer

Change background image of a TitledPane

By means of a listener I intend to change the background image of a TitledPane although I have not achieved it. When you start the code, the style sheet shows the 'Down arrow.png' but expanding / collapsing the TitledPane disappear...
asked by 26.07.2017 / 00:47
2
answers

Problem loading an .fxml file

I'm starting to work with JavaFX but when I try to show my .fxml file it sends me the following error javafx.fxml.LoadException: /C:/Users/Javier/eclipse-workspace/Hola/bin/application/Form.fxml:11 at javafx.fxml.FXMLLoader.constructLoad...
asked by 11.07.2017 / 23:40
1
answer

Capture value from datepicker and colorpicker on a String in javaFX

Well, in my program I have a datePicker and a colorpicker, what I want to do is that when I press a button, I will be shown the value of the selected color and the selected date.     
asked by 08.06.2017 / 08:09
1
answer

Make a textfielf javaFX disable but selectable [closed]

I have created a textfiel disable in JavaFX, but when I run and load the data it does not let me copy or select anything, apparently disable property disables my text box. textFiel.setDisable (true); I tried to change the editable property...
asked by 14.05.2017 / 00:01
1
answer

Is it possible to wrap an executable in a Java Frame?

I have my project A in JavaFX , which wants to send an external .exe program. This I do well, the problem is that as requested, that external program should give the feeling of belonging to my project. For this, I would like to wrap the .ex...
asked by 15.05.2017 / 16:47