Changes between Version 2 and Version 3 of APP_LAYOUT_MYDOGGY_R1
- Timestamp:
- 07/17/09 17:41:43 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_LAYOUT_MYDOGGY_R1
v2 v3 6 6 7 7 == Overview == 8 * The goal is to improve the "org.sophie2.main.layout.mydoggy" module. This is also connected with the library mydoggy itself. 8 9 9 10 == Task requirements == 11 * Currently mydoggy libary does not support changing of the look and feel with a third party ones that use the SynthLookAndFeel. (This is connected with setting a font somewhere in the code of mysoggy library.) 12 * Fix this by providing implementation of the needed classes that fix these classes. 13 * Myddogy uses a customization ".properties" files that can change its UI. Provide a mechanism for changing the UI of mydoggy along with a skin changing. 14 * Rewrite some classes of the "org.sophie2.main.layout.mydoggy" module of the whole module if needed. The goal is to remove all irregularities and improve the code. 15 * Provide a main window that uses an applet. This is useful to set some things up for the applet. 10 16 11 17 == Task result == 18 * source code 19 * demo with the new implementation 12 20 13 21 == Implementation idea == 22 * review source code of the library and provided the fixed stated above. 23 * review "org.sophie2.main.layout.mydoggy" and improve it as stated in the requirements section. 14 24 15 25 == Related == 16 26 [wiki:BASE_LAYOUT_R0][[BR]] 17 27 [wiki:APP_LAYOUT_MYDOGGY_R0] 28 18 29 == How to demo == 30 * Run sophie2. 31 * Explain what has been improved. 19 32 20 33 = Design =