jdk/src/share/classes/javax/swing/JPasswordField.java
changeset 21278 ef8a3a2a72f2
parent 20458 f2423fb3fd19
child 22574 7f8ce0c8c20a
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   346     }
   346     }
   347 
   347 
   348 
   348 
   349     /**
   349     /**
   350      * This method is a hack to get around the fact that we cannot
   350      * This method is a hack to get around the fact that we cannot
   351      * directly override setUIProperty because part of the inheritance heirarchy
   351      * directly override setUIProperty because part of the inheritance hierarchy
   352      * goes outside of the javax.swing package, and therefore calling a package
   352      * goes outside of the javax.swing package, and therefore calling a package
   353      * private method isn't allowed. This method should return true if the property
   353      * private method isn't allowed. This method should return true if the property
   354      * was handled, and false otherwise.
   354      * was handled, and false otherwise.
   355      */
   355      */
   356     boolean customSetUIProperty(String propertyName, Object value) {
   356     boolean customSetUIProperty(String propertyName, Object value) {