Questions tagged as 'javafx'

1
answer

how to get x and cursor coordinates within a textArea javafx

I have a TextArea in javafx but do I need to get the position x, y or x coordinates, and the TextArea courses as I get them?     
asked by 14.07.2018 / 23:03
0
answers

Extract text from an html cell from Java WebView

Cordial Greeting I am using the WEBVIEW in Java to show a web page x which contains a table with data, I try to extreate said data and I have not succeeded using the following libraries. import org.w3c.dom.html.HTMLTableElement import org.w...
asked by 16.07.2018 / 01:32
2
answers

How to make the selected property not change with the focus in css

I have an application in javafx and I'm using style sheets, I have a toggle group and I have a color of the property selected (green) I have a focus that seems to be only a blue border, but when I pass the focus it loses the green color of the s...
asked by 04.07.2018 / 21:40
0
answers

space between the elements when maximizing with JFXMasonryPane

Someone knows how to re-create the space between the elements that is created by maximizing the window using the JFoenix library and its control JFXMasonryPane when opening this normal but when maximizing the window larger spaces are creat...
asked by 09.07.2018 / 20:28
0
answers

Join two TableView in 1?

I present a form that is connected to 2 tables in the BD, my question is: can one form a single table ?, for the moment the form would handle it in two tables, different Code: **@FXML private TableView<Productos> **tblViewProductos**; @F...
asked by 22.06.2018 / 19:01
0
answers

JavaFX TableView Control in a column only numeric characters and two decimals

I am adapting a code to fill a TablaView (javaFX) IT WORKS but there is a part of the code that I do not really know how it works, I would need help if someone can explain that part of the code to me and if I know how to add the following requir...
asked by 22.06.2018 / 05:32
0
answers

Upload data to Spinner and DatePicker

I have this code so that when I select a record in the TableView they automatically load me in their respective fields: public void gestionarEvento() { tblViewProductos.getSelectionModel().selectedItemProperty().addListener(...
asked by 22.06.2018 / 05:59
0
answers

Get the selected item from a ComboBoxProduct in JavaFX?

I have created an instance of ComboBox<Producto> with items from a ObservableList<Producto> that I have filled from the database with instances of class Producto . To obtain the selected item, use the method...
asked by 20.06.2018 / 21:57
0
answers

Replace the ChoiceBox elements in JavaFx?

to add elements to a ChoiceBox , in JavaFx , we use add () methods or addAll () . Now if I have a ChoiceBox with a series of elements, how did he replace them with others? Is there a direct method other than cleaning the content and add...
asked by 10.06.2018 / 19:17
0
answers

Webview Javafx Problem with Odoo credentials

I am developing an application with java using JavaView WebView to have two browsers and with each of these browsers to connect to the same web with two different users. To create the browsers I created a Web Browser class that extends JPanel an...
asked by 14.06.2018 / 11:31