[Mc4j-cvs] mc4j/application/dist/org/mc4j/console/Windows2 WindowManager.wswmgr,1.1,1.2
Brought to you by:
ghinkl
From: Greg H. <gh...@us...> - 2006-04-12 19:14:11
|
Update of /cvsroot/mc4j/mc4j/application/dist/org/mc4j/console/Windows2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20162/application/dist/org/mc4j/console/Windows2 Added Files: WindowManager.wswmgr Log Message: Merging EMS into head for the 2.0 release work --- NEW FILE: WindowManager.wswmgr --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE windowmanager PUBLIC "-//NetBeans//DTD Window Manager Properties 2.1//EN" "http://www.netbeans.org/dtds/windowmanager-properties2_1.dtd"> <windowmanager version="2.1"> <!-- size and location of the main window --> <main-window> <joined-properties centered-vertically="true" centered-horizontally="true" relative-width="0.8" relative-height="0.8"/> </main-window> <editor-area state="joined" frame-state="0"> <constraints> <path orientation="vertical" number="20" weight="0.7" /> <path orientation="horizontal" number="20" weight="0.6" /> </constraints> </editor-area> <!-- size of the screen last displayed on --> <screen width="1024" height="768"/> <!-- reference to active mode --> <active-mode name="explorer"/> <!-- reference to maximized mode --> <!--<maximized-mode name="explorer"/>--> <!-- reference to toolbar configuration --> <toolbar configuration="Standard"/> </windowmanager> |