2,2c2,2 < * @(#)PaletteButton.java 5.2 --- > * @(#)PaletteButton.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 18a25,26 > * > * @version <$CURRENT_VERSION$> 19a84,84 > } 20,20d83 < 72,72c79,79 < if (contains(e.getX(),e.getY())) --- > if (contains(e.getX(),e.getY())) { 73a81,82 > } > else { 74,74d80 < else 82,82c91,91 < if (contains(e.getX(),e.getY())) --- > if (contains(e.getX(),e.getY())) { 84a94,94 > } 90a101,101 > if (fState == PRESSED) { 91,91c102,102 < if (fState == PRESSED) // JDK1.1 on MS-Windows sometimes looses mouse released --- > // JDK1.1 on MS-Windows sometimes looses mouse released 92a104,104 > }