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 7a14,15 > import javax.swing.JSplitPane; > import javax.swing.JScrollPane; 8,8c16,16 < import javax.swing.*; --- > import javax.swing.JList; 8a17,17 > import javax.swing.JComponent; 23a33,33 > * @version <$CURRENT_VERSION$> 24,24d32 < * @version JHotDraw 5.2 31.08.1999 49,49c58,58 < protected JComponent createContents(StandardDrawingView view) { --- > protected JComponent createContents(DrawingView view) { 71,71c80,80 < * @param view StandardDrawingView for which the JSplitPane should be created --- > * @param view DrawingView for which the JSplitPane should be created 74a84,85 > JSplitPane dividedContents = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, > getLeftComponent(), getRightComponent()); 74,74c83,83 < protected JSplitPane createSplitPane(StandardDrawingView view) { --- > protected JSplitPane createSplitPane(DrawingView view) { 75,75d83 < JSplitPane dividedContents = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, getLeftComponent(), getRightComponent()); 76,76c86,86 < dividedContents.setAlignmentX(LEFT_ALIGNMENT); --- > dividedContents.setAlignmentX(JSplitPane.LEFT_ALIGNMENT); 86,86c96,96 < protected void createLeftComponent(StandardDrawingView view) { --- > protected void createLeftComponent(DrawingView view) { 102,102c112,112 < * @return newLeftComponent left component --- > * @return left component 113,113c123,123 < protected void createRightComponent(StandardDrawingView view) { --- > protected void createRightComponent(DrawingView view) { 120,120c130,130 < * @param newLeftComponent right component --- > * @param newRightComponent right component 129,129c139,139 < * @return newLeftComponent right component --- > * @return right component