Author: [email protected]
Date: Wed Jan 21 07:32:18 2009
New Revision: 2929

Modified:
   trunk/src/ca/sqlpower/architect/swingui/ColumnEditPanel.java

Log:
Now provided the URL to the bug ( cannot do .getTextField().selectAll() with JSpinner ) report in sun's bug database.

Modified: trunk/src/ca/sqlpower/architect/swingui/ColumnEditPanel.java
==============================================================================
--- trunk/src/ca/sqlpower/architect/swingui/ColumnEditPanel.java        
(original)
+++ trunk/src/ca/sqlpower/architect/swingui/ColumnEditPanel.java Wed Jan 21 07:32:18 2009
@@ -815,7 +815,8 @@
      * When the spinner's textfield gains focus,it will be selected all.
      * The reason why not directly use .getTextField().selectAll() is it
      * doesn't work with JSpinner (though it's supposed to),So it is a bug
-     * in java which they haven't solved yet.
+     * in java which they haven't solved yet. URL to this bug :
+     * http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4699955
      */
     private void focusThenSelectAll(JSpinner spinner) {
JSpinner.DefaultEditor editor = (JSpinner.DefaultEditor)spinner.getEditor();

Reply via email to