Questions tagged as 'javafx'

1
answer

Slider with text in JavaFX

I have a Slider with the months of the year: and I want it to be shown with text: What do I have to do?     
asked by 03.07.2016 / 22:39
2
answers

Avoid recalling a Listener

I am detecting the change of value of a group of buttons with Listener . If there is nothing selected I put the previous value before the change, but this causes me to redial the Listener How can I avoid it? The code is: toggle...
asked by 08.07.2016 / 12:35
1
answer

Install controlsFX in netbeans

I want to use the new controlsFX controls that I downloaded from the controlsfx-8.40.10 page official and I have installed it in SceneBuilder although some controls do not appear as PopOver I have also downloaded the repository and...
asked by 06.03.2016 / 19:11
1
answer

JavaFX: Css or Class

I would like to have some guidance about the JavaFX CSS, the question / problem is this: I'm trying to create the Hover effect in an ImageView which starts with a opacity of 0.5 ; the question is to create a Style Sheet which calls...
asked by 22.08.2017 / 05:13
1
answer

Is there a library for Voice recognition in Java? [closed]

I have already searched for my question to ask, and wanted to know if you know of any bookstore and how to use it? If you could give me a tutorial, pdf, etc. I would really appreciate it.     
asked by 16.10.2016 / 06:06
1
answer

Failed to query javaFx through sql statements

Well, I have the problem that I want to get the records of a simple select * from table, but it tells me that it does not get any record The query code ConexionBD("eduware", "root", "", "3306"); Conexion(); this.cone...
asked by 08.10.2016 / 21:59
1
answer

Select content from a TextField by winning Focus

I want that when a control TextField wins the focus its content is selected. At the moment only the cursor appears where I click with the mouse and the selection disappears. I've tried with this code: miTextField.focusedProperty().addLi...
asked by 12.09.2016 / 21:00
2
answers

Vertical scroll bar to the left of a ScrollPane in JavaFX

Using Java FX Is it possible to place the vertical scroll bar of scrollPane on the left?     
asked by 08.02.2016 / 18:09
1
answer

how to load MenuBar with FXMLloader

Hi, I'm trying to load a menubar by calling the file, visual.fxml, as I do to load the menubar, in the same scene or stage as the document, which I can correct, I'm new to this, and I need some guidance. Here I leave my code. thanks: public vo...
asked by 16.10.2018 / 18:40
1
answer

how I delete the keys and the equal {=} that the hasmap creates when I compile the code

when using collections in java I have this problem when compiling the code create me these keys and the sign of the same and inside add the code {=} as I delete those keys and that sign of the same HashMap valor = new HashMap(); valor...
asked by 12.07.2018 / 03:08