[Bprocessor-commit] gui/src/net/sourceforge/bprocessor/gui/attrview AttributeView.java, 1.49, 1.50
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2013-06-02 05:24:40
|
Update of /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/attrview In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21658/src/net/sourceforge/bprocessor/gui/attrview Modified Files: AttributeView.java GenericPanel.java Log Message: Index: GenericPanel.java =================================================================== RCS file: /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/attrview/GenericPanel.java,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -d -r1.61 -r1.62 *** GenericPanel.java 15 May 2013 06:44:14 -0000 1.61 --- GenericPanel.java 2 Jun 2013 05:24:38 -0000 1.62 *************** *** 81,87 **** add(BorderLayout.NORTH, title); add(BorderLayout.CENTER, this.content); - //JPanel vfiller = new JPanel(); - //vfiller.setPreferredSize(new Dimension(2000, 2000)); - //add(BorderLayout.SOUTH, vfiller); addMouseListener(this); } --- 81,84 ---- Index: AttributeView.java =================================================================== RCS file: /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/attrview/AttributeView.java,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** AttributeView.java 27 Jul 2011 07:19:36 -0000 1.49 --- AttributeView.java 2 Jun 2013 05:24:38 -0000 1.50 *************** *** 99,102 **** --- 99,104 ---- if (selection.size() == 1) { geometric = selection.iterator().next(); + } else { + display(null); } if (geometric instanceof Parametric) { |