top of page

Our Recent Posts

Archive

Tags

No tags yet.

JavaFX

Recently, I started to explore into the JavaFx features in Java and found that the new possibilities for design and creativity are truly endless. Being combine the Java language with CSS design sheets really help position, format, color, etc any GUI as needed.

Using this to design a ChatRoom app, I have found that making a Server, a Client, and a User, then a GUI for each, then style each isn’t the easiest task. I have had to take steps back and make sure that I keep the structure I originally went with and if I start moving to a different method, then I need to reflect that in the rest of my project. Relearning CSS is also an uphill battle since the last year has been Java, trying to bring back all the verbiage in CSS just takes time. Once I get closer to a finished project, I will begin to upload files for everyone to view. Cheers!

bottom of page