2,2c2,2 < * @(#)NothingApp.java 5.2 --- > * @(#)NothingApp.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 8,8c14,14 < import javax.swing.*; --- > import javax.swing.JToolBar; 9,11d14 < import java.awt.*; < import java.util.*; < import java.io.*; 18a22,31 > /** > * A very basic example for demonstraing JHotDraw's capabilities. It contains only > * a few additional tools apart from the selection tool already provided by its superclass. > * It uses only a single document interface (SDI) and not a multiple document interface (MDI) > * because the applicateion frame is derived DrawApplication rather than MDI_DrawApplication. > * To enable MDI for this application, NothingApp must inherit from MDI_DrawApplication > * and be recompiled. > * > * @version <$CURRENT_VERSION$> > */