Changes between Version 15 and Version 16 of BASE_BOUND_CONTROLS_R0


Ignore:
Timestamp:
09/28/08 21:46:41 (17 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_BOUND_CONTROLS_R0

    v15 v16  
    3131  * Polish the !BoundTextField class and fix what is to be fixed. 
    3232  * Create a class containing a spinner. 
    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. 
    3536 
    3637== Task result == 
     
    3940== Implementation idea == 
    4041- Use a JPanel, with other panels for input field(spinner, text field etc.), notification icons and other. 
     42 
     43= Design = 
    4144 
    4245= Implementation =