Esempio n. 1
0
    protected void finishDraggingTo(int location) {
      super.finishDraggingTo(location);

      /** notify the children that resizing is finished ! */
      ((JoSplitPane) getSplitPane()).finishContinuousResize();
    }