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 8c14,17 < import javax.swing.*; --- > import javax.swing.JSplitPane; > import javax.swing.JScrollPane; > import javax.swing.JList; > import javax.swing.JComponent; 24c33 < * @version JHotDraw 5.2 31.08.1999 --- > * @version <$CURRENT_VERSION$> 49c58 < protected JComponent createContents(StandardDrawingView view) { --- > protected JComponent createContents(DrawingView view) { 71c80 < * @param view StandardDrawingView for which the JSplitPane should be created --- > * @param view DrawingView for which the JSplitPane should be created 74,76c83,86 < protected JSplitPane createSplitPane(StandardDrawingView view) { < JSplitPane dividedContents = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, getLeftComponent(), getRightComponent()); < dividedContents.setAlignmentX(LEFT_ALIGNMENT); --- > protected JSplitPane createSplitPane(DrawingView view) { > JSplitPane dividedContents = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, > getLeftComponent(), getRightComponent()); > dividedContents.setAlignmentX(JSplitPane.LEFT_ALIGNMENT); 86c96 < protected void createLeftComponent(StandardDrawingView view) { --- > protected void createLeftComponent(DrawingView view) { 102c112 < * @return newLeftComponent left component --- > * @return left component 113c123 < protected void createRightComponent(StandardDrawingView view) { --- > protected void createRightComponent(DrawingView view) { 120c130 < * @param newLeftComponent right component --- > * @param newRightComponent right component 129c139 < * @return newLeftComponent right component --- > * @return right component