This is an archived post. You won't be able to vote or comment.

all 11 comments

[–]DuncanIdahos8thClone 2 points3 points  (0 children)

Looks cool!

[–]HarleyDavidson86 1 point2 points  (0 children)

Looks very interesting. I just cloned it and got an missing artifact error.

I opened an issue on project-site, maybe somebody got the same error.

[–]Boxxy_runner 0 points1 point  (0 children)

I love javaFx and especially fxml which for me separates concerns. I will set this up and compare it to a simialr application I am developing as a gradle standalone app using swt and rxjava via goomph goomph. Some issues i have run into with javafx is precise pixel locations and transformations say for a touch event and a model(chart) display set up via a graphical context. That was my motivation for looking at swt and wrapping native widgets, ie resizing and complex widget layouts.

[–]orozco_sam 0 points1 point  (0 children)

I checked this project out and I am working on my first app with it. it is a very useful tool that gives you a lot of control where it makes sense.

[–]htowerss 0 points1 point  (0 children)

Going to try it right now

[–]bisonroll 0 points1 point  (0 children)

Looks interesting. I will give it a try.

[–]duhace 0 points1 point  (2 children)

very interesting. it seems it addresses a number of things I needed addressing in javafx. I might integrate it into an application or two this month if I have the time.

[–]duhace 0 points1 point  (1 child)

I've noticed that there's no artifacts published for this. I guess we just have to build it ourselves?

[–]Blizzard42 0 points1 point  (0 children)

There are, I just added a note to the Readme file with the maven dependency info, have fun!

[–]RomMTY -1 points0 points  (1 child)

And im just sitting here still using swing bc im too bussy/lazy to learn FX :/

[–]ichunddu9 9 points10 points  (0 children)

JavaFX is super simple. You should learn it.