/GuiUtils

Some useful utilities for javafx

Primary LanguageJava

GuiUtils

GuiUtils brings some lovely utilities for javafx which will make you enjoy GUI design... (kinda)!

##MenuBuilder

###What? Those fancy menus at the top of your screen...

alt tag

Everybody seems to use them these days. Yet they are a pain to code.

That's where MenuBuilder comes into play. MenuBuilder comes with an intuitive way to build those hierarchical menus. All you need is some fairy dust here and there and you'll love MenuBuilder in no time!

###Wait, what? Fairy dust?

Lets create one of those nested/nasty menus which you literally can play hide and seek in. Maybe like this:

Having your code look something like this. Lets not go as far as having the buttons actually do something. My eyes are bleeding already as I type this.

How about this?

alt tag

Now you simply have to swing your wand and you're good to go.

alt tag

###That's fancy. Gimme more!

You can view the JavaDoc right here or check the project page here.

Or check out this example:

alt tag;