javafx tag

12 questions


1 answers
482 views
0
I want to know how to run the loadPage method inside the run method

I have to run the loadPage method when the button is clicked using a new run method, but I don't know what code to write in the run method.private void loadPage() { urlButton.setDisable(true); textFlo...

2 years ago

1 answers
129 views
0
Information About Implementing JavaFX

About implementing JavaFX.The following error occurs in Eclipse:I've done my own research and prepared the following, but there's no change at all.eclipse2019-3Java11e(fx)clipse 3.5.0Open JFX (Honestl...

2 years ago

1 answers
145 views
0
Task Loops in JavaFX

RenderTask which is Task for Renderpublic class RenderTask extensions Task<Integer>{ final private MainApp app; private boolean exit; public RenderTask (MainApp app) { this.app=app; } @ Overrid...

2 years ago

1 answers
185 views
0
Understanding JavaFX MVC Class Methods

I'm making a simple app with JavaFX to practice MVC, but I can't make it well.Especially, I am not good at communicating View input to the controller.Below is the source I am making now, but I use the...

2 years ago

1 answers
158 views
0
JavaFX ProgressBar Does Not Update

Environment is Java SE (Java 8 Update 40) on Windows 7 tracker = new TrackBackupService(); tracker.setOnReady(WorkerStateEvent)->{ backupUserCancelled=false; }); tracker.setOnScheduled ((Worker...

2 years ago

1 answers
103 views
0
drawImage, AnimationTimer behavior is strange

There are some problems.An elapsed time becomes (n-1)/n when drawing is performed once every n times.0.5 seconds for 2 out of 60 frames and 0.66 seconds for 3 frames.The CPU utilization gradually incr...

2 years ago

1 answers
154 views
0
Error after running in javafx

When I press the check button in JavaFx, I create a window where the image is displayed on the label, but when I run it, I get the following error:I think it might be a problem with the image.As you c...

2 years ago

1 answers
104 views
0
JavaFX Cannot Dynamic ChoiceBox on TreeTableColumn

TreeTableColumn<XxxInstance, String>mColumn;// マ MappingmColumn.setCellValueFactory(new TreeItemPropertyValueFactory<(xxx));// Ch Displayed on ChoiceBoxmColumn.setCellFactory (ChoiceBoxTableC...

2 years ago

1 answers
139 views
0
Can't I use the Meiryo UI in JavaFX (Java 9)?

I'm trying to develop a JavaFX application in Java 9.Java 8 is no longer able to make the font Meiryo UI that was made, and Java 9 is no longer able to make it.(Scene Builder also uses Scene Builder f...

2 years ago

1 answers
173 views
0
JavaFx Fails to Print

In JavaFx, I used PrinterJob to execute the following code, but an error (?) appeared and I couldn't print well (I couldn't open it in Google Chrome).Please tell me the cause and solution.Code execute...

2 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.