Questions tagged as 'javafx'

0
answers

JavaFX use a Button that is in a fragment of another FXML

This is the main screen driver, where the whole program should run, for example, when clicking on 'btMedicos' a small sub-menu with 3 Button opens inside 'menubar' and when clicking the Add button should open a form in the StackPane 'areaprincip...
asked by 11.08.2018 / 00:51
0
answers

Notepad with JavaFX

Good afternoon! I'm a beginner in the Java universe, and I'm doing a notepad in JavaFX, basing myself on the standard Windows notepad, in order to fix the learning. I am using in place of a TextArea a javafx.scene.web.HTMLEditor to have a gre...
asked by 25.07.2018 / 18:57
0
answers

Insert into the database a value of type date [duplicate]

How can I insert the value of a date, for example 2018-06-12, into the database from a java application? I have the application made in javafxml and when I run the application and I enter the date and the rest of the values it gives me this er...
asked by 11.06.2018 / 01:52
0
answers

Insert into the database a value of type date [duplicate]

How can I insert the value of a date, for example 2018-06-12, into the database from a java application? I have the application made in javafxml and when I run the application and I enter the date and the rest of the values it gives me this er...
asked by 11.06.2018 / 01:52
0
answers

Display the number formatted with points in JAVAFX

How do I display a numeric value formatted with periods in a Label or TextField. Example: Make the 1000 value appear in the following 1,000 or maybe 1,000,000 format.     
asked by 29.05.2018 / 12:18
1
answer

"Location is not set" JavaFX

I have recently studied javafx and got stuck writing a very simple code to open a .fxml file, follow the code and the error respectively, I searched the internet and tried the proposed solution on the American stackoverflow, and still the proble...
asked by 20.05.2018 / 05:33
0
answers

How to change a borderPane of a controller in another controller in javaFX

I'm having trouble trying to change the BorderPanel Center of my project in javaFX. In the code I call a function that is in the Side-Menu controller to change the Main, but whenever I do this the following error occurs: "Exception in thread" Ja...
asked by 07.05.2018 / 22:07
0
answers

Swing integrated with JavaFX is possible?

I wanted to know if it is possible to call a JavaFX screen through a Swing Screen Button. The code for the JavaFX screen I want to call is the following: public class EditorHTML extends Application { public static void main(String[] args)...
asked by 23.03.2018 / 20:56
0
answers

Difficulty copying data from an HBox

In my project, I have a main FXML page with full body and project menus, whereas only the contents of an HBox, with ID "content", is changed as menus are clicked. Content is populated with data from other FXMLs. The problem is that I can only...
asked by 08.03.2018 / 20:04
0
answers

Problem with JavaFX on Linux

JavaFX Alert on Linux. I'm testing JavaFX technology, but I've noticed some things that work fine on windows but not on Linux. For example, the class javafx.scene.control.Alert, to display alert windows. In Windows the alert appears perfectly...
asked by 07.02.2018 / 21:53