Changes between Version 1 and Version 2 of AUTHOR_APP_TUNING_R1


Ignore:
Timestamp:
06/25/09 10:51:58 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AUTHOR_APP_TUNING_R1

    v1 v2  
    44 
    55= Analysis = 
    6 ^(Give as much as possible of the needed information for designing and implementing the task in the following sections.)^ 
    76 
    87== Overview == 
    9 ^(Provide a brief overview of the whole task in its first revision. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^ 
    10  
     8Apply a new design to the application. 
    119== Task requirements == 
    12 ^(List the necessary requirements that the task must fulfill.)^ 
    13  
     10 * Customize swing 
     11  * Flaps 
     12  * Tabs 
     13  * Palettes 
     14  * Scrollbars 
     15  * Spinners 
     16  * Checkboxes 
     17  * Radiobuttons 
     18  * Progress bars 
     19  * Dialog boxes 
     20 * Customize scenes 
     21  * Halos 
     22  * Huds 
     23  * Frame bounds 
    1424== Task result == 
    15 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 
     25Source code + artwork 
    1626 
    1727== Implementation idea == 
    18 ^(Provide some rough implementation idea(s).)^ 
     28http://java.sun.com/docs/books/tutorial/uiswing/misc/plaf.html 
    1929 
    2030== Related ==