Changes between Version 2 and Version 3 of APP_LAYOUT_MYDOGGY_R1


Ignore:
Timestamp:
07/17/09 17:41:43 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_LAYOUT_MYDOGGY_R1

    v2 v3  
    66 
    77== Overview == 
     8 * The goal is to improve the "org.sophie2.main.layout.mydoggy" module. This is also connected with the library mydoggy itself. 
    89 
    910== 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. 
    1016 
    1117== Task result == 
     18 * source code 
     19 * demo with the new implementation 
    1220 
    1321== 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. 
    1424 
    1525== Related == 
    1626[wiki:BASE_LAYOUT_R0][[BR]] 
    1727[wiki:APP_LAYOUT_MYDOGGY_R0] 
     28 
    1829== How to demo == 
     30 * Run sophie2. 
     31 * Explain what has been improved. 
    1932 
    2033= Design =