-
-
Notifications
You must be signed in to change notification settings - Fork 131
-
New minor update, fixed many bugs, improved some controls behavior
This discussion was created from the release New demo release 11.11.1.
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
Replies: 1 comment 6 replies
-
Hello i have a question, its only possible use the library by importing it with gradle or maven?
There is no any .jar file to import it manually?
Beta Was this translation helpful? Give feedback.
All reactions
-
Okay, im pretty new with JavaFX and im having some troubles with deploying my app with maven/gradle so i started it without a build system.
Beta Was this translation helpful? Give feedback.
All reactions
-
Okay, im pretty new with JavaFX and im having some troubles with deploying my app with maven/gradle so i started it without a build system.
Yeah I've been there too, however I suggest you to put the initial effort on learning Gradle as it is much easier to use JavaFX and manage all the needed dependencies with a build system
Beta Was this translation helpful? Give feedback.
All reactions
-
Thanks for the reply, i will try to start my project with gradle.
Beta Was this translation helpful? Give feedback.
All reactions
-
@palexdev Hey, i did maked the project work with gradle. Thanks for ur comment.
I have another question, How i can implement the stepper that u have in the readme page of the project?
Beta Was this translation helpful? Give feedback.
All reactions
-
@palexdev Hey, i did maked the project work with gradle. Thanks for ur comment.
I have another question, How i can implement the stepper that u have in the readme page of the project?
The logic is implemented here: Controller
The view is made with SceneBuilder
Beta Was this translation helpful? Give feedback.