Update of /cvsroot/tcotool/TCO-Tool/src/org/tcotool/application
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17362
Modified Files:
LauncherView.java
Log Message:
Refactoring
Index: LauncherView.java
===================================================================
RCS file: /cvsroot/tcotool/TCO-Tool/src/org/tcotool/application/LauncherView.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** LauncherView.java 16 Sep 2005 14:55:07 -0000 1.2
--- LauncherView.java 17 Sep 2005 17:18:19 -0000 1.3
***************
*** 2155,2158 ****
--- 2155,2159 ----
// only do it the very first time (otherwise User-Layout should be available)
Layout.doLayout(depView);
+ depView.refresh();
}
addReport(depView, getResourceString("MniDependencyGraph_text"), getDtpRoot().getWidth(), getDtpRoot().getHeight());
|