Make UI look more like a modern Java app
yanokwa opened this issue · 3 comments
yanokwa commented
vigneshtdev commented
Hi, I would like to fix this issue. Would you like the changes to be made to the styling of swing components or would you like a rebuilding the whole thing with javafx?
yanokwa commented
Hi! I think given that this is a small app, it might be good to experiment and try to make it JavaFx.
batkinson commented
Hey,
I think the reason for the difference is that Validate doesn't use the
native look and feel and instead uses the Swing default one. You should not
have to do anything other than remove the bits of code explicitly setting
the native look and feel. It has nothing to do with JavaFx. I seem to
remember recent issues dealing with the native look and feel, so just
beware that this was done intentionally by someone. You might want to dig
into why before making the change, but trying it should be easy.
Regards,
Brent
…On Mar 10, 2018 6:04 AM, "Yaw Anokwa" ***@***.***> wrote:
Hi! I think given that this is a small app, it might be good to experiment
and try to make it JavaFx.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#48 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAdPFfn4Wnr2BxRCgIxLv-phHtEXU2CBks5tc17WgaJpZM4Ro3As>
.