From: Lennart P. <le...@us...> - 2005-02-19 08:34:02
|
Update of /cvsroot/redpos/RedPOS/src/org/redpos/client/ui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21760/src/org/redpos/client/ui Modified Files: UIShell.java Log Message: Use of Sleak tool. Commented out by default. Index: UIShell.java =================================================================== RCS file: /cvsroot/redpos/RedPOS/src/org/redpos/client/ui/UIShell.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** UIShell.java 23 Nov 2004 16:02:09 -0000 1.1 --- UIShell.java 19 Feb 2005 08:33:53 -0000 1.2 *************** *** 151,154 **** --- 151,162 ---- try { + // Sleak start + /* DeviceData data = new DeviceData(); + data.tracking = true; + Display display = new Display(data); + Sleak sleak = new Sleak(); + sleak.open(); + */ // Sleak end + Display display = new Display(); shell = new Shell(display); *************** *** 161,165 **** shell.open(); ! while(!shell.isDisposed()) { if(!display.readAndDispatch()) --- 169,174 ---- shell.open(); ! // Sleak. ! while(!/*sleak.*/shell.isDisposed()) { if(!display.readAndDispatch()) |