3

!Rant (almost)

What has been the best language you've worked with for creating UI? I started with html / css / js and implementing a mock-up is almost second nature at this point with those frameworks. I'm currently in a java class at university and it's taking me 30 minutes to get something to look a certain way that would take me 5 with the web stack.

Thoughts?

Comments
  • 1
    Couple of advice for you:

    1. Use JavaFX
    2. Use Gluon SceneBuilder
    3. Use CSS with JavaFX (As you said you're good with css)

    You should have a similar design experience with these tools like your html design.
  • 0
    @tahnik thanks for the advice, I'll have to check those out
Add Comment