Changes between Version 1 and Version 2 of AUTHOR_APP_TUNING_R1
- Timestamp:
- 06/25/09 10:51:58 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AUTHOR_APP_TUNING_R1
v1 v2 4 4 5 5 = Analysis = 6 ^(Give as much as possible of the needed information for designing and implementing the task in the following sections.)^7 6 8 7 == 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 8 Apply a new design to the application. 11 9 == 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 14 24 == Task result == 15 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 25 Source code + artwork 16 26 17 27 == Implementation idea == 18 ^(Provide some rough implementation idea(s).)^ 28 http://java.sun.com/docs/books/tutorial/uiswing/misc/plaf.html 19 29 20 30 == Related ==