Changes between Version 12 and Version 13 of BASE_HALOS_R0


Ignore:
Timestamp:
12/22/08 15:23:32 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_HALOS_R0

    v12 v13  
    5656  * Hierarchy diagram for halo buttons and huds. They both have a visual representation - the !HaloSceneElement that has a JComponent. 
    5757[[Image(source:/trunk/sophie2-platform/doc/uml-design-diagrams/HaloButtonAndHud-uml.png)]] 
    58   * Here is the diagram for the HaloMenu: 
     58  * Here is the diagram for the !HaloMenu: 
    5959[[Image(source:/trunk/sophie2-platform/doc/uml-design-diagrams/HaloMenu-uml.png)]] 
    6060   * it is responsible for: 
     
    6262    * computing its size and location. 
    6363    * computing the container for the buttons in it. 
    64  
     64  * Howtos: 
     65   * in order to create a !HaloButton: 
     66    * one should extend the corresponding button type. 
     67    * override its abstract methods. 
     68    * create an icon that should be with a png extension. Remember to put the extension with lowercase since linux and other OSes are case sensitive. The icon should be put in the org.sophie2.base's resource folder where the other icons reside. 
     69   * in order to create a !HaloMenu: 
     70    * one should decide which buttons are to be put in it. 
     71    * extend the !HaloMenu class. 
     72    * implement the methods that are abstract in the !HaloMenu. 
     73  * For more information about how to do things, see the corresponding javadoc in the source code. 
     74    
    6575= Implementation = 
    6676 * done according to design. 
     
    6979 * module created. 
    7080 * diagrams exported. 
     81 * simple explanation of how things should be done. 
    7182 
    7283= Testing =