2c2 < * @(#)SelectAreaTracker.java 5.2 --- > * @(#)SelectAreaTracker.java 3a4,9 > * Project: JHotdraw - a GUI framework for technical drawings > * http://www.jhotdraw.org > * http://jhotdraw.sourceforge.net > * Copyright: © by the original author(s) and all contributors > * License: Lesser GNU Public License (LGPL) > * http://www.opensource.org/licenses/lgpl-license.html 14a21,22 > * > * @version <$CURRENT_VERSION$> 43,44c51 < private void rubberBand(int x1, int y1, int x2, int y2) < { --- > private void rubberBand(int x1, int y1, int x2, int y2) { 50,51c57 < private void eraseRubberBand() < { --- > private void eraseRubberBand() { 55,56c61 < private void drawXORRect(Rectangle r) < { --- > private void drawXORRect(Rectangle r) { 63,64c68 < private void selectGroup(boolean toggle) < { --- > private void selectGroup(boolean toggle) { 70c74 < if (toggle) --- > if (toggle) { 72c76,77 < else --- > } > else { 77a83 > }