Update of /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/attrview
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21633/src/net/sourceforge/bprocessor/gui/attrview
Modified Files:
AttributePanel.java
Log Message:
Added a filefilter, and made some minor tweaks.
Index: AttributePanel.java
===================================================================
RCS file: /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/attrview/AttributePanel.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** AttributePanel.java 6 Feb 2006 07:41:19 -0000 1.2
--- AttributePanel.java 8 Feb 2006 10:13:20 -0000 1.3
***************
*** 376,379 ****
--- 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;
|