[Bprocessor-commit] facade/src/net/sourceforge/bprocessor/facade/modellor FacadeModellor.java, 1.1
Status: Pre-Alpha
Brought to you by:
henryml
From: Nordholt <nor...@us...> - 2006-10-03 09:52:58
|
Update of /cvsroot/bprocessor/facade/src/net/sourceforge/bprocessor/facade/modellor In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv6873/src/net/sourceforge/bprocessor/facade/modellor Modified Files: FacadeModellor.java Log Message: presentation ready Index: FacadeModellor.java =================================================================== RCS file: /cvsroot/bprocessor/facade/src/net/sourceforge/bprocessor/facade/modellor/FacadeModellor.java,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** FacadeModellor.java 2 Oct 2006 14:32:23 -0000 1.19 --- FacadeModellor.java 3 Oct 2006 09:52:56 -0000 1.20 *************** *** 726,731 **** if (this.vertPostWidth != vertPostWidth) { this.vertPostWidth = vertPostWidth; ! removeWindows(); ! createWindows(); } } --- 726,732 ---- if (this.vertPostWidth != vertPostWidth) { this.vertPostWidth = vertPostWidth; ! //removeWindows(); ! //createWindows(); ! createFacade(); } } *************** *** 744,749 **** if (this.horPostWidth != horPostWidth) { this.horPostWidth = horPostWidth; ! removeWindows(); ! createWindows(); } } --- 745,751 ---- if (this.horPostWidth != horPostWidth) { this.horPostWidth = horPostWidth; ! //removeWindows(); ! //createWindows(); ! createFacade(); } } |