Questions tagged as 'javafx'

1
answer

JavaFX Error Eclipse neon

I have a problem using TableView with Eclipse NEON method refresh of type TableView, I get the following error:    The method refresh () from the type TableView is not visible Someone knows How can it be solved? o What is th...
asked by 10.01.2017 / 15:59
2
answers

Change icon .exe native packaging javafx

I have a problem with the icon of an .exe generated from a native javafx package. I see the Java icon instead of the application icon. How could I change it ???     
asked by 29.11.2016 / 20:44
2
answers

How to adjust windows to the .fxml that is opening?

Well, what I want to do is that when I click on a certain button, it sends me to another window, well that's what it does, what happens is that I want that window to measure more than the main window (re-size its size) ). Method that sends me...
asked by 03.11.2016 / 19:17
1
answer

I am trying to give a specific position to a button in Javafx, but it is not working, where is my error?

Good morning, I'm learning about GUIs in JAVAfx, after giving a good search in google and within this site, I still can not make my button where I need this, I'm using the button. setLayoutX (); and the respective one for Y, however the button...
asked by 06.07.2016 / 14:50
1
answer

Problem with ORACLE example javaEE

I have a problem with the GlassFish server, I'm doing the Oracle example to connect JavaFX with Java-EE. I really do not know anything about JavaEE I'm learning and I do not know where the problem is: Application code is here. Browser re...
asked by 16.06.2016 / 15:26
1
answer

Open window from a MenuItem in JavaFX

I'm learning to move around in the JavaFX environment and I've already done all the I need windows, but I still can not connect them to each other. That is, for example, from the initial window VentanaMaestra.fxml touch in the menu bar, t...
asked by 30.12.2018 / 17:05
1
answer

When selecting a button (drop-down) I get an Exception this is in javafx

Exception in thread "JavaFX Application Thread" java.lang.IllegalArgumentException: argument type mismatch at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodA...
asked by 04.12.2018 / 15:11
2
answers

JavaFx ImageView does not change the image

This is in JavaFX: I have a product dashboard that (in a sidebar) shows the photo of the currently selected product in a TableView. The data of that selected product can be edited in an additional window. The edition allows you to change the...
asked by 29.11.2018 / 15:35
1
answer

How can I send data from one controller to another in JavaFx?

I need to send parameters to the different controllers that I use, this to maintain a certain series of validations with this information, I have managed to find some examples on the internet, but these are too unstable causing exceptions in lot...
asked by 22.11.2018 / 02:10
0
answers

WebView Java does not load Bootstrap style

I have made a Web in Java EE and incorporated Bootstrap styles. Here you can see the files I use. I made a Webview a long time ago and everything worked fine showing me what it looks like in the browser, I had to format the comput...
asked by 20.11.2018 / 22:15