Revision: 1581
          http://svn.sourceforge.net/spring-rich-c/?rev=1581&view=rev
Author:   kdonald
Date:     2006-11-21 23:11:11 -0800 (Tue, 21 Nov 2006)

Log Message:
-----------
polish

Modified Paths:
--------------
    
trunk/spring-richclient/samples/simple/src/main/java/org/springframework/richclient/samples/simple/ui/ContactView.java

Modified: 
trunk/spring-richclient/samples/simple/src/main/java/org/springframework/richclient/samples/simple/ui/ContactView.java
===================================================================
--- 
trunk/spring-richclient/samples/simple/src/main/java/org/springframework/richclient/samples/simple/ui/ContactView.java
      2006-11-22 07:09:58 UTC (rev 1580)
+++ 
trunk/spring-richclient/samples/simple/src/main/java/org/springframework/richclient/samples/simple/ui/ContactView.java
      2006-11-22 07:11:11 UTC (rev 1581)
@@ -113,8 +113,8 @@
         */
        protected JComponent createControl() {
                JPanel filterPanel = new JPanel(new BorderLayout());
-               JLabel lblFilter = 
getComponentFactory().createLabel("nameAddressFilter.label");
-               filterPanel.add(lblFilter, BorderLayout.WEST);
+               JLabel filterLabel = 
getComponentFactory().createLabel("nameAddressFilter.label");
+               filterPanel.add(filterLabel, BorderLayout.WEST);
 
                String tip = getMessage("nameAddressFilter.caption");
                filterField = getComponentFactory().createTextField();


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
spring-rich-c-cvs mailing list
spring-rich-c-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to