Home > Java, Programming > Java Custom Gui Programming

Java Custom Gui Programming

April 5th, 2009

I have incomplete GUI interface. The task are:
- make custom round buttons resizable. Buttons must be set with specified text. Buttons must have some effect when pressed.
- make custom text fields resizable and auto-adjustable to the font size.
- slider and radio buttons must be decorated as on the picture.

Resizing:
When buttons and text fields are resized their background must not be scaled. Instead their borders must be stretching in length but staying with the same width.


Java Custom Gui Programming

Comments are closed.
Bear