I was looking through a tutorial that describes the basic user interface design (e.g. colors, effects, etc.). As I develop my own component, I was hoping there would be some kind of tutorial that could help me make the right design choices (aesthetically speaking ...).
For example, this tutorial should help me answer some of the following questions:
- What should the button look like when pressed?
- What should the button look like when it freezes?
I marked this as a Java Swing dependent question, as that is the language I will use. And yes, I used the existing behavior of the component as a guide, but I would like something more final.
Note: this tutorial does not have to be Java Swing-specific!
Something like this .
source share