Changes between Version 16 and Version 17 of GROUP_DEPLOYMENT_R2


Ignore:
Timestamp:
10/09/09 15:46:15 (16 years ago)
Author:
pav
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_DEPLOYMENT_R2

    v16 v17  
    7878 
    7979= Implementation = 
    80 ^(Describe and link the implementation results here (from the wiki or the repository).)^ 
     80 * Things are done except: 
     81  * Mac installer is Platypus not jar installer - jar installer is not examined enough to build Sophie. That's why the menu bar in the mac doesn't show Sophie menus for now. 
     82  * Applet throws security exception under Mac OS - has to be fixed. 
     83  * maven-deploy-plugin is not integrated. 
     84  * java web start local storage is not ready yet. 
     85  
     86 * There are some new classes that helps running under java 5: 
     87  * SophiePainter - paints custom look and feel elements using SophieImagePainter(which extends CachedPainter from the swing library). 
     88  * Xml file is separated in two files - for java 5 and java 6 running. 
     89  * FileExtensionFilter is created - it replaces functionality of the FileNameExtensionFilter which is missing in java 5. 
     90  * Class representing a stack is implemented. It uses methods from LinkedList. 
     91  * Resources are moved from distrib to src/main/resources package because of the old load method of SynthLookAndFeel implementation. 
     92 
     93 * Skins are painted in different way so they look ugly - has to be tested and fixed where possible.  
     94   
    8195 
    8296= Testing =