2,2c2,2 < * @(#)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,43c51,51 < private void rubberBand(int x1, int y1, int x2, int y2) --- > private void rubberBand(int x1, int y1, int x2, int y2) { 44,44d51 < { 50,50c57,57 < private void eraseRubberBand() --- > private void eraseRubberBand() { 51,51d57 < { 55,55c61,61 < private void drawXORRect(Rectangle r) --- > private void drawXORRect(Rectangle r) { 56,56d61 < { 63,63c68,68 < private void selectGroup(boolean toggle) --- > private void selectGroup(boolean toggle) { 64,64d68 < { 69a74,74 > if (toggle) { 70,70d73 < if (toggle) 71a76,77 > } > else { 72,72d75 < else 77a83,83 > }