*I’m a java/programming newby. I’ve written the following code examples to try to figure out my problem and then give clear examples of my issue. I want to have my program divided into separate …
Tag: javafx
I am currently trying to figure out, howjfreechart’s splitting into swing(1.5) and JavaFX (1.0.1) affects the JavaFX part. As far as I (very limited knowledge on this topic) understand The jfree-fx …
Im building a small app in JavaFX using maven and openJDK 12. However, I need my .Jar to contain a bundled JRE so it can run on windows OS without downloading a proper JRE. Im also using launch4j-…
I am about to finish my very first JavaFX application, which is not much more than a simple calculation tool with a GUI. The program does the following: print two random generated integers let me …
I have a problem with my JavaFX/Java calculator. When I enter an equation, it(the calculator) works fine, and the answer is correct, too. But when I press/key in another operation and another number …
I am working on a project and I need to add a HBox with 3 ComboBoxes for every row of a MySQL Database to a VBox. I already tried some things but I am always getting errors. So I tried something like …
I am working with JavaFx properties and Lombok I started recently using Lombok, it makes my code much simpler and readable, but I have the issue with JavaFx properties, it doesn’t unwrap them like I …
I’m using JavaFX 11.0.1 on Java 11 in Linux (KDE Plasma 5.12.2 on openSUSE Tumbleweed 20190314) to create an Alert dialog which should look like this: But most of the time when an Alert is created …
i’m newbie in Hibernate and i need help. I have table called Kasa with 3 attributes – id, address and account_id. In my table i have 12 rows. I want to map this using Hibernate and add new one using …
I’m executing a script from my application and updating a text area with the output via a change listener on the Task value property but not all lines show up. this.valueProperty().addListener(new …