Made something new

@
Skipss
Been working on this the past days, gonna release it publicly later
the auto-formating on the textbox is actually quite bad, as it does it per 30 chars, not by word :P
All thats missing now:
Slider
Dropdown/Com

xes
Radiobuttons (So they work together)
Image loading (e.g loading a logo, already got that class but wanna re-make it)
Input box (e.g search button)
Hotkey selector (e.g press a button like thing, and it waits for a new key-press :P)
It has sort of a 'homemade' event style for Checkboxes/Buttons and most of the other UI stuff, thats just there
so you can change definition per button, as you can see on UIButton creation the last 2 parameters are functions
that are going to get called by the listener whenever the button gets pressed, that way you can close the window or something :P
