Questions tagged as 'javafx'

0
answers

JavaFx Finder [closed]

To search a TableView that uses filtered or directly in the sql statement.     
asked by 19.12.2016 / 23:13
0
answers

What language to use for responsive desktop applications [closed]

Good afternoon, I have an application written in java that I need to use in different operating systems, and at different resolutions, the problem is that neither Swing nor JavaFX offer a layout that serves me (or I did not know how to use them)...
asked by 04.01.2017 / 15:01
0
answers

problems with TableView in javafx

I am new using JavaFX and have been having problems with a project. The project view has a TableView which should show all the files within a folder. The information is stored both in a text file (in order to detect possible registration...
asked by 19.10.2016 / 20:59
1
answer

JavaFX Marquee exits node

I have a problem with the "Marquee" animation in JavaFx. This is the situation: I have an HBox with three nodes and in the central node I have a Label with a text that I want to make the animation, which works perfectly, but when it goes to the...
asked by 10.11.2016 / 10:18
1
answer

Cancel Control + V (Paste) in JavaFX

I have a file .fxml where I have defined a control PasswordField and an event KeyPressed : <PasswordField fx:id="clave" onKeyPressed="#teclaPulsada" prefWidth="170.0" /> I want to avoid having someone paste a copie...
asked by 06.05.2016 / 15:37
2
answers

Range of Values in JavaFx JtextField

Good and thanks in advance for the help, I need to restrict the values inserted in a JTextField to> 0 and
asked by 16.11.2017 / 17:35
2
answers

getValueAt () in javafx

I want to capture the contents of a specific cell in my table, in jtable I did it with: myTable.getValueAt (int row, int column); How can I do it in javaFX? My code: //Archivo controlador de la app. public class FXMLDocumentController i...
asked by 10.04.2017 / 22:58
1
answer

JAVAFX with css implementation

I have this Java code from javafx public class FormularioGeneral extends Application { @Override public void start(Stage primaryStage) throws Exception { TabPane tabPanel = new TabPane(); Tab tab = new Tab()...
asked by 14.12.2018 / 12:55
2
answers

Check character to real-time character String by regular expression

I would like that while I write characters it should be checked if the new String complies with what in the regular expression is defined. I can say that the Strign is entering it in a TextField this is the regular expression - > "[0-9]...
asked by 05.12.2018 / 20:07
1
answer

Doubt: It is advisable to use a class not as an Entity but as Functionality?

Very good. I have a method that checks if all TextField is complete and that it returns a boolean based on that. My idea is that I want to use this method in several classes to do it with different windows (frames), since each one has dif...
asked by 01.12.2018 / 17:34