[Bprocessor-commit] gui/src/net/sourceforge/bprocessor/gui GUI.java, 1.93, 1.94
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2008-01-25 13:06:08
|
Update of /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv30717/src/net/sourceforge/bprocessor/gui Modified Files: GUI.java Log Message: Cylinder Index: GUI.java =================================================================== RCS file: /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/GUI.java,v retrieving revision 1.93 retrieving revision 1.94 diff -C2 -d -r1.93 -r1.94 *** GUI.java 27 Dec 2007 23:14:30 -0000 1.93 --- GUI.java 25 Jan 2008 13:06:06 -0000 1.94 *************** *** 141,156 **** instance = this; ToolTipManager.sharedInstance().setLightWeightPopupEnabled(false); - System.out.println("enabled " + ToolTipManager.sharedInstance().isLightWeightPopupEnabled()); createMenus(); createMainView(); start(); - /** - * FIXME there have to be some kind of thread lock on - * project to avoid concurrent modification before enabling spacecheck - */ - /* - Thread sc = new SpaceChecker(); - sc.start(); - */ } --- 141,147 ---- *************** *** 690,694 **** splitPaneLeftRight = new JSplitPane(); - System.out.println("divider " + splitPaneLeftRight.getDividerSize()); splitPaneLeftRight.setDividerSize(7); splitPaneLeftRight.setRightComponent(splitPaneMiddleRight); --- 681,684 ---- |