2,2c2,2 < * @(#)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,18 > * 12a20,21 > * > * @version <$CURRENT_VERSION$> 14,15d22 < < public class PaletteLayout 16,16c23,23 < implements LayoutManager { --- > public class PaletteLayout implements LayoutManager { 60,60c67,67 < if (i > 0) --- > if (i > 0) { 61a69,69 > } 62a71,71 > } 63,63c72,72 < } else { --- > else { 65,65c74,74 < if (i > 0) --- > if (i > 0) { 66a76,76 > } 93a104,104 > } 94,94c105,105 < } else { --- > else {