Sets the divider location. @param loc the divider location
(int loc)
| 438 | * @param loc the divider location |
| 439 | */ |
| 440 | public void setDivider(int loc) { |
| 441 | divider = loc; |
| 442 | refreshGUI(); |
| 443 | } |
| 444 | |
| 445 | /** |
| 446 | * Reports visibility of the Launcher frame. |
nothing calls this directly
no test coverage detected