2,2c2,2 < * @(#)PertApplet.java 5.2 --- > * @(#)PertApplet.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 7a14,14 > import javax.swing.JPanel; 8,13d13 < import javax.swing.*; < import java.applet.Applet; < //import java.awt.*; < import java.util.*; < import java.io.*; < import java.net.*; 17,17d17 < import CH.ifa.draw.util.*; 19a20,22 > /** > * @version <$CURRENT_VERSION$> > */ 27,27d29 < Tool tool; 28,28c30,30 < tool = new TextTool(view(), new TextFigure()); --- > Tool tool = new TextTool(view(), new TextFigure()); 41,41d42 <