jdk/src/share/classes/javax/swing/JSplitPane.java
changeset 21278 ef8a3a2a72f2
parent 20458 f2423fb3fd19
child 22574 7f8ce0c8c20a
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   826 
   826 
   827     /**
   827     /**
   828      * Returns the last value passed to <code>setDividerLocation</code>.
   828      * Returns the last value passed to <code>setDividerLocation</code>.
   829      * The value returned from this method may differ from the actual
   829      * The value returned from this method may differ from the actual
   830      * divider location (if <code>setDividerLocation</code> was passed a
   830      * divider location (if <code>setDividerLocation</code> was passed a
   831      * value bigger than the curent size).
   831      * value bigger than the current size).
   832      *
   832      *
   833      * @return an integer specifying the location of the divider
   833      * @return an integer specifying the location of the divider
   834      */
   834      */
   835     public int getDividerLocation() {
   835     public int getDividerLocation() {
   836         return dividerLocation;
   836         return dividerLocation;