Revision: 1257
Author:   mathiasbr
Date:     2006-08-01 10:07:55 -0700 (Tue, 01 Aug 2006)
ViewCVS:  http://svn.sourceforge.net/spring-rich-c/?rev=1257&view=rev

Log Message:
-----------
fix for RCP-369
removed setColumns(25);

Modified Paths:
--------------
    
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/control/PatchedJFormattedTextField.java
Modified: 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/control/PatchedJFormattedTextField.java
===================================================================
--- 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/control/PatchedJFormattedTextField.java
        2006-08-01 17:03:20 UTC (rev 1256)
+++ 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/control/PatchedJFormattedTextField.java
        2006-08-01 17:07:55 UTC (rev 1257)
@@ -60,7 +60,6 @@
 
     private void customInit() {
         setFocusLostBehavior(COMMIT);
-        setColumns(25);
         if (getFormatter() instanceof DefaultFormatter) {
             final DefaultFormatter d = (DefaultFormatter)getFormatter();
             AbstractAction toggleOverwrite = new AbstractAction() {


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
[email protected]
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to