[Bprocessor-commit] gui/src/net/sourceforge/bprocessor/gui/attrview AttributeView.java, 1.37, 1.38
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2006-10-02 06:10:24
|
Update of /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/attrview In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24554/src/net/sourceforge/bprocessor/gui/attrview Modified Files: AttributeView.java Log Message: Reorganised Space Menu Draw coordinatesystem and grid in the transformed system Index: AttributeView.java =================================================================== RCS file: /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/attrview/AttributeView.java,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** AttributeView.java 28 Aug 2006 05:54:04 -0000 1.37 --- AttributeView.java 2 Oct 2006 06:10:15 -0000 1.38 *************** *** 71,74 **** --- 71,79 ---- */ public void display(Object object) { + if (object != null) { + Project.info("display " + object.getClass().getName()); + } else { + Project.info("display null"); + } this.removeAll(); if (object != null) { |