openjdk-jfx icon indicating copy to clipboard operation
openjdk-jfx copied to clipboard

The openjfx repo has moved to:

Results 100 openjdk-jfx issues
Sort by recently updated
recently updated
newest added

Please add a css property to allow the first line of text to be indented in a TextFlow. i.e. -fx-text-indent: 1em; This issue: https://bugs.openjdk.java.net/browse/JDK-8091174 has been around for a long...

Currently JavaFX only operates under X11 however eventually Wayland will replace it. The Java community is a bit behind other languages as currently we don't have a good Wayland native...

Hello! I'm still having problems with what I believe is the simplest possible menu bar setup. See the following repro case: https://github.com/io7m/fxmenubug-20190801 Just run "Main". Here's a video of the...

Hello, I have this issue running a simple JavaFX code. Any idea how to fix it? I'm using Java v16 with JavaFX 16 on Windows 10 FR_CI. ![javafx2](https://user-images.githubusercontent.com/28986889/112718418-c4ca0f00-8eea-11eb-9641-867aa2b4272b.PNG) The same...

We are running into a very nasty issue: Java application either Swing or pure JavaFX that use the WebView eventually freeze. This happens randomly, but this occurs always. Impossible to...

The focus is not correctly managed for Swing controls when there are more than one SwingNode in the same Stage and it is impossible to give the focus to any...

how can use glsl shader in javafx?

Here is the sample code: ``` package sample; import javafx.application.Application; import javafx.stage.FileChooser; import javafx.stage.Stage; public class Main extends Application { @Override public void start(Stage primaryStage) { FileChooser fileChooser = new...

![image](https://user-images.githubusercontent.com/22794227/46193761-c8887500-c331-11e8-819e-6567cd5c03e4.png) ![image](https://user-images.githubusercontent.com/22794227/46193764-cfaf8300-c331-11e8-9167-6d4e3f86a0b5.png) Test Code: import javafx.application.Application; import javafx.scene.Scene; import javafx.scene.control.Label; import javafx.scene.control.TextArea; import javafx.scene.control.TextField; import javafx.scene.layout.VBox; import javafx.stage.Stage; public class HelloFX extends Application { @Override public void start(Stage stage) {...

bug

Hello everyone, I was hoping you could help me to figure out why I can't build webkit on my Windows 10 machine. I think I did everything according to the...