[Bprocessor-commit] gui/src/net/sourceforge/bprocessor/gui/attrview AttributePanel.java,1.1,1.2
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2006-02-06 07:41:27
|
Update of /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/attrview In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8441/src/net/sourceforge/bprocessor/gui/attrview Modified Files: AttributePanel.java Log Message: Elements and interior added to Space Index: AttributePanel.java =================================================================== RCS file: /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/attrview/AttributePanel.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AttributePanel.java 3 Feb 2006 15:23:00 -0000 1.1 --- AttributePanel.java 6 Feb 2006 07:41:19 -0000 1.2 *************** *** 209,213 **** add(hfiller); ! JLabel x = new JLabel("X: "); con.anchor = GridBagConstraints.NORTH; con.gridwidth = 1; --- 209,213 ---- add(hfiller); ! JLabel x = new JLabel("x: "); con.anchor = GridBagConstraints.NORTH; con.gridwidth = 1; *************** *** 227,231 **** xEdit.addKeyListener(new MyKeyListener(o, XCOOR)); ! JLabel y = new JLabel("Y: "); con.gridwidth = 1; con.weightx = 0; --- 227,231 ---- xEdit.addKeyListener(new MyKeyListener(o, XCOOR)); ! JLabel y = new JLabel("y: "); con.gridwidth = 1; con.weightx = 0; *************** *** 245,249 **** yEdit.addKeyListener(new MyKeyListener(o, YCOOR)); ! JLabel z = new JLabel("Z: "); con.gridwidth = 1; con.weightx = 0; --- 245,249 ---- yEdit.addKeyListener(new MyKeyListener(o, YCOOR)); ! JLabel z = new JLabel("z: "); con.gridwidth = 1; con.weightx = 0; |