Questions tagged as 'javafx'

1
answer

JavaFX - Move borderless window by dragging an anchorpane

I am doing a program where I occupy a Stage undecorated, which contains an anchorPane as a title. That anchorPane I want to drag and move the window, but I can not write the event mouse pressed and mouse drag. If anyone knows a better way to...
asked by 10.04.2018 / 03:57
1
answer

Javafx multiple screens fullScreen

I have made an application that by clicking on a button, creates in case the pc has another monitor connected, a stage fullscreen in said monitor, Now the question is, it will be possible that when the stage that this fullscreen loses the focus...
asked by 11.04.2018 / 14:45
0
answers

Send post to web and get results - java jsoup

I am trying to send a post to this page: link and get the result of the status of a guide (example: 62900001810) but I do not see a localized guide and when I enter the page try the number shows me the details well. Here the code: Con...
asked by 10.04.2018 / 19:44
0
answers

JavaFx - ComboBox Scrolling to the selected item

Is it possible to scroll to a selected position in a ComboBox using JavaFX? If I execute: comboBox.getSelectionModel().select(i) The record is selected and takes the focus but the scroll bar does not move to that place, if it is too...
asked by 09.04.2018 / 18:11
0
answers

how to move between cells in a tableview of javafx?

What I deserve is to be able to move between the cells one by one by means of the keyboard only and be able to edit by pressing the enter key, so far I have only been able to do the editing when I clicked it with the mouse. package b.tablas;...
asked by 16.04.2018 / 17:19
0
answers

Scrollbar scrolling bar is not displayed in ComboBox

I have a concern with a combobox that I created in JavaFx, this is to be managed from a touch screen for a touch application, in this combobox the scroll bar is not always visible and it is impossible to download or move the information in the a...
asked by 06.04.2018 / 01:49
0
answers

Create a program in javaFX by creating 3D objects and then selecting them using a double linked circular list

What I have to do is create a 3D object in a java project with the javaFX libraries and after creating the objects I create a double linked circular list that allows me to search among the different objects that were created I still can not l...
asked by 04.04.2018 / 23:01
0
answers

I need a "listenerstopplaying" when playing music with Mediaplayer, JavaFX,

I want to make the MediaPlayer of the JavaFX library play one song after another. The problem is that I have to determine which song is played next when it finishes playing one, for that reason I need to execute a code when it finishes playing....
asked by 19.03.2018 / 18:36
0
answers

How to display data in a Textfield in javafx

Good who could help me to show data from a textfield I have this code and nothing that works for me. Method to verify client public int existeCliente(String cliente) { // llamamos a la conexion bd PreparedStatement ps =...
asked by 15.03.2018 / 18:04
0
answers

Scene Builder changes "xmlns" from NetBeans to Java 9 when I have Java 8.0.162

My problem is that when I open my file fxml in NetBeans I get these lines of code which are correct: <?xml version="1.0" encoding="UTF-8"?> <?import javafx.geometry.Insets?> <?import javafx.scene.control.Button?> <?...
asked by 01.03.2018 / 19:34