Questions tagged as 'javafx'

1
answer

How to check an ImagePattern of a Rectangle in JavaFX?

I'm trying to check in this method if my Square, which inherits from Rectangle, was filled with an ImagePattern via the getFill () function: public boolean HouseIsValid(House Square) { return (Square.getFill().equals(green) || Square.get...
asked by 17.12.2017 / 13:58
0
answers

view PDF in java application - Embedded - Rendering problem

Hello, I need to view PDF's in my JAVA application. After some research, setting aside paid components, it seemed to me that the best answer would be this: Displaying pdf in JavaFX The colleague suggests using the [PDF.js][2] l...
asked by 13.11.2017 / 18:22
1
answer

Jfoenix library does not list JfxButtons after added

I have a problem and I come here to see if anyone can help me solve it. I installed the Jfoenix library on my SceneBuilder to work alongside the Netbeans IDE, but after the library is imported into the SceneBuilder as they show it should be done...
asked by 09.10.2017 / 18:37
2
answers

Capture JavaFX TextField Change

Is there an event that captures every change that occurs in a JAvaFX TextField?     
asked by 09.10.2017 / 15:50
2
answers

FXML file has stopped opening with scene builder

Until yesterday when I was stirring, I would open a file. So now I can not open my file. The other fxml of the project usually open however the one in specific appears the icon there below that is open but if I click, it does not open any window...
asked by 26.09.2017 / 15:54
1
answer

How can I change a label that is on a gridpane in javafx

Good afternoon community, Lately I've been exploring the javafx strand and creating an application for my masters degree. Briefly, the application receives an image of the user, and creates a gridpane over the image, depending on the number o...
asked by 18.09.2017 / 16:13
0
answers

Print webview content on windows with utf-8

I'm trying to print the contents of the webview in javafs 2.2, on windows and special nonfunctional characters, (vowels accented, ç ...) I already changed the application charset as follows: public static void main(String[] args) { System....
asked by 18.09.2017 / 22:37
1
answer

Access a textField that is inside a gridPane in javafx

I've been developing a master's work in javafx: something that gets an image, places a grid with textFields on all cells above the image. The user can then put values in textFields. The grid is automatically created, depending on the number o...
asked by 19.09.2017 / 15:05
0
answers

How to update the language of a JavaFX application at runtime

I have a combobox that contains the languages, when selecting it stores and I would like to already apply the language update. But I wanted to do it dynamically. The problem is that I do not know how to change the language. This method is...
asked by 13.08.2017 / 18:17
0
answers

Popular TableView with data coming from the apache derby [closed]

I'm trying to popular tableview with more apache derby data I'm not getting. Here is the code: ScreenGrid Class: package view; import java.awt.ScrollPane; import java.util.Observable; import java.util.Set; import javax.swing.JOptionPane;...
asked by 16.10.2017 / 00:41