2c2 < * @(#)PaletteLayout.java 5.2 --- > * @(#)PaletteLayout.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 11a18 > * 12a20,21 > * > * @version <$CURRENT_VERSION$> 14,16c23 < < public class PaletteLayout < implements LayoutManager { --- > public class PaletteLayout implements LayoutManager { 60c67 < if (i > 0) --- > if (i > 0) { 61a69 > } 63c71,72 < } else { --- > } > else { 65c74 < if (i > 0) --- > if (i > 0) { 66a76 > } 94c104,105 < } else { --- > } > else {