roskenet / springboot-javafx-support

SpringBoot / JavaFX8 Integration
MIT License
419 stars 140 forks source link

Modifications to use decorator ( Jfoenix by example) #37

Open malikoski opened 7 years ago

malikoski commented 7 years ago

Interface DecoratorView.. JfxAbstractJavaFxApplicationSupport (same AbstractJavaFxApplicationSupport. Only modifications to use one decorator)

Thanks for work.

Example(and modifications) attached in Zip.

spring-javafx-jfoenix.zip

roskenet commented 7 years ago

Thanks for your contribution. I get what you want to do. Is there (besides using JFoenix) a general use case for this? Feel free to submit a PR!

malikoski commented 7 years ago

Hummm.. There this one: https://github.com/in-sideFX/Undecorator Ok.. I will do a PR... Thanks.

roskenet commented 7 years ago

Ah, I see... I really like JFoenix, but at the moment I don't have much time to really figure out how to use it correctly with our support-lib. Thankful for any contribution!