コード例 #1
0
ファイル: JoSplitPane.java プロジェクト: jumcclure/jose-chess
    protected void finishDraggingTo(int location) {
      super.finishDraggingTo(location);

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