HEADS-UP: Updating minimum boot JDK to 11 for OpenJFX 12

2018-09-06 Thread Kevin Rushforth
As a heads-up, the following issue is in progress for OpenJFX 12: https://bugs.openjdk.java.net/browse/JDK-8209966 https://github.com/javafxports/openjdk-jfx/pull/174 This will bump the minimum boot JDK version to JDK 11 for building and testing OpenJFX 12. Note that this will *not* affect

SQLiteJava

2018-09-06 Thread AmnoJeeuw
I have a database table named company that looks like this: snapshot2 When the application is asked to change the value of ArbolOne to ArbolOn, db_snapshot1 the application generates the following schema represented on this message box: db_snapshot3 which produces this Exception error:

Re: which technology should give preference

2018-09-06 Thread John-Val Rose
FXML is “part” of JavaFX. It’s the format used to specify the UI of a JavaFX application. Plus I don’t think this is the appropriate list to post such questions as it is intended as a forum to discuss the development of JavaFX itself. > On 7 Sep 2018, at 09:47, AmnoJeeuw wrote: > > I am

Re: which technology should give preference

2018-09-06 Thread John-Val Rose
Thanks Michael - your answer was way better than mine! > On 7 Sep 2018, at 10:19, Michael Ennen wrote: > > Amno, > > It is not a zero-sum choice. FXML is a part of JavaFX. FXML does not add > anything, per se (in terms of nodes, controls, etc.) FXML allows for > decoupling > the specific UI

which technology should give preference

2018-09-06 Thread AmnoJeeuw
I am learning hands-on how to program using JavaFX and in the process doing so I’ve come across FXML; which I find most interesting. Since the principal is “Think hand held device first” -TH2DF, my intention is to port the my future application to Android device, but I am concerned that there

Re: which technology should give preference

2018-09-06 Thread Michael Ennen
Amno, It is not a zero-sum choice. FXML is a part of JavaFX. FXML does not add anything, per se (in terms of nodes, controls, etc.) FXML allows for decoupling the specific UI configuration (in terms of what nodes contain which and their positions, etc.). Basically it is the most sustainable (in

Re: SQLiteJava

2018-09-06 Thread Kevin Rushforth
[Bcc'ing the openjfx-dev list] I see no indication that there is anything relating to JavaFX in your question, so there seems to be no need to include the openjfx-dev list. -- Kevin On 9/6/2018 3:21 PM, AmnoJeeuw wrote: I have a database table named company that looks like this: snapshot2

Re: which technology should give preference

2018-09-06 Thread Michael Ennen
No worries. Also I agree with Johan that it would be more appropriate to ask questions like this on, say, Stack Overflow. As Johan mentioned this list is for discussing the development of JavaFX itself (not the use of it). Cheers, Michael Ennen On Thu, Sep 6, 2018 at 5:22 PM John-Val Rose

Re: which technology should give preference

2018-09-06 Thread John-Val Rose
Yes, as I suggested too, this is probably not the appropriate forum to post such questions. I tried to say this in an inoffensive way as possible because we are all human and make simple mistakes. I wish Amno all the best with their JavaFX app and I would suggest they check-out the products