17,18d16 < import java.awt.geom.PathIterator; < import java.awt.geom.Rectangle2D; 20a19,20 > > import javax.swing.*; 21,35d18 < import java.io.InputStream; < import java.net.URL; < import java.util.Iterator; < import java.util.Map; < import javax.swing.AbstractAction; < import javax.swing.BorderFactory; < import javax.swing.ButtonGroup; < import javax.swing.JCheckBoxMenuItem; < import javax.swing.JLabel; < import javax.swing.JOptionPane; < import javax.swing.JPanel; < import javax.swing.JPopupMenu; < import javax.swing.JRadioButtonMenuItem; < import javax.swing.SwingConstants; < import javax.swing.SwingUtilities; 40,41d24 < import CH.ifa.draw.standard.*; < import CH.ifa.draw.util.ColorMap; 43,43d25 < import CH.ifa.draw.util.Storable; 451a434,434 > //Font savedFont = null; 452,452d433 < Font savedFont = null; 453,453c435,435 < Rectangle2D clipRect = null; --- > //Rectangle2D clipRect = null; 459,459c441,441 < savedFont = g2.getFont(); --- > //savedFont = g2.getFont(); 464,464c446,446 < float finalHeight = renderText(g2, drawingBox); --- > //float finalHeight = renderText(g2, drawingBox); 1103,1103c1085,1085 < int pointType; --- > //int pointType; 1106a1089,1089 > pIter.currentSegment(coords); 1106,1106c1088,1088 < pointType = pIter.currentSegment(coords); --- > //pointType = pIter.currentSegment(coords);