jdk/src/java.desktop/share/classes/javax/swing/table/JTableHeader.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 28236 610561ed1847
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   240     public boolean getResizingAllowed() {
   240     public boolean getResizingAllowed() {
   241         return resizingAllowed;
   241         return resizingAllowed;
   242     }
   242     }
   243 
   243 
   244     /**
   244     /**
   245      * Returns the the dragged column, if and only if, a drag is in
   245      * Returns the dragged column, if and only if, a drag is in
   246      * process, otherwise returns <code>null</code>.
   246      * process, otherwise returns <code>null</code>.
   247      *
   247      *
   248      * @return  the dragged column, if a drag is in
   248      * @return  the dragged column, if a drag is in
   249      *          process, otherwise returns <code>null</code>
   249      *          process, otherwise returns <code>null</code>
   250      * @see     #getDraggedDistance
   250      * @see     #getDraggedDistance