jdk/src/share/classes/java/awt/TextField.java
changeset 21278 ef8a3a2a72f2
parent 20451 4cedf4e1560a
child 21957 97758de70fbd
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   403                        super.preferredSize();
   403                        super.preferredSize();
   404         }
   404         }
   405     }
   405     }
   406 
   406 
   407     /**
   407     /**
   408      * Gets the minumum dimensions for a text field with
   408      * Gets the minimum dimensions for a text field with
   409      * the specified number of columns.
   409      * the specified number of columns.
   410      * @param    columns   the number of columns in
   410      * @param    columns   the number of columns in
   411      *                          this text field.
   411      *                          this text field.
   412      * @since    JDK1.1
   412      * @since    JDK1.1
   413      */
   413      */
   428                        super.minimumSize();
   428                        super.minimumSize();
   429         }
   429         }
   430     }
   430     }
   431 
   431 
   432     /**
   432     /**
   433      * Gets the minumum dimensions for this text field.
   433      * Gets the minimum dimensions for this text field.
   434      * @return     the minimum dimensions for
   434      * @return     the minimum dimensions for
   435      *                  displaying this text field.
   435      *                  displaying this text field.
   436      * @since      JDK1.1
   436      * @since      JDK1.1
   437      */
   437      */
   438     public Dimension getMinimumSize() {
   438     public Dimension getMinimumSize() {