Buttons

    Similar to my Status Bar project, this program is an attempt at making my own UI. I used some code from 2DWorld to create three different types of buttons: a plain button, a text button, and an incremental button. Obviously, the buttons that don't have text are plain buttons, and the ones that do are text buttons, but the ones that say "value" are incremental. These ones store a value which increases or decreases with every click. As stated in the screenshot, buttons turn yellow when you hover over them. This is my way of showing that the button has been highlighted -a standard feature for any UI. To show that the button is clicked down, it turns green.

Downloads