Update of /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/attrview
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2649/src/net/sourceforge/bprocessor/gui/attrview
Modified Files:
AttributePanel.java
Log Message:
Fixed wrong a wrong panel color
Index: AttributePanel.java
===================================================================
RCS file: /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/attrview/AttributePanel.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** AttributePanel.java 8 Feb 2006 10:13:20 -0000 1.3
--- AttributePanel.java 9 Feb 2006 13:12:18 -0000 1.4
***************
*** 376,381 ****
JLabel frontSpaceName = new JLabel(fsn);
layout.setConstraints(frontSpaceName, con);
- frontSpaceName.setOpaque(true);
- frontSpaceName.setBackground(Color.blue);
con.weightx = 1;
con.fill = GridBagConstraints.HORIZONTAL;
--- 376,379 ----
|