33 | | * it should have predefined min and max value. If the user input < min the min value is to be set. If the user inputs > max the max value is to be set. When inputing data the tool-tip of the spinner should containing a understandable explanation about its correctness and validity. |
34 | | * the spinner bound control should also contain a label, so that the user understands what it is used for. |
| 33 | * When inputing data the tool-tip of the spinner should containing a understandable explanation about its correctness and validity. |
| 34 | * The spinner bound control should also contain a label, so that the user understands what it is used for. |
| 35 | *Create a class containing a combo box. Apply same things like the spinner. |