Pavlo Iatsiuk
Pavlo Iatsiuk
Checkout branch jdk10, set maven.compiler.source and maven.compiler.target in pom.xml to value 13 - done.
> Are there any news on this task? I simply have moved to plain JavaFX and with few factory-methods have managed to get type-safe dsl like UI code.
Here is my solution Jmetro has in the dependencies a few outdated libraries: ```xml org.openjfx javafx-graphics 11.0.2 win runtime org.openjfx javafx-controls 11.0.2 win runtime ``` So, to make it work...
https://github.com/bykka/JMetro_214 If to comment in the pom.xml lines 26-30 then it throws an exception
I use ClearableTextField in my query builder to the database. And of cause, I do not execute a query on every keypress. Because a query execution is a pretty slow...
I do not want to trigger if backspace has been used for clearing.
Of cause I can find a workaround on how to make it work. It simply looks more natural to have a "clear event" for that. ` textfield.addEventHandler(CLEAR_PRESSED, e -> {...
I will try it.
Hi, I guess better to make a proper UI dialog for creating a new DynamoDB connection and save it in the user's preferences. If you are in a rush then...
5 years without any updates. what a shame.