Increment or decrement a value
In some cases it might be convenient for the user to increment or decrement a value one unit at a time. This can be implemented by displaying the value in a text field and providing buttons with meaningful icons.
top
Add/Remove an element to/from a list
It might also be a convenience to allow the users to generate one list by selecting elements from another list. This can be accomplished by putting two lists side by side with meaningful buttons between them.
top