src/share/classes/sun/tools/jconsole/inspector/XPlotter.java

Print this page
rev 5340 : 7017818: NLS: JConsoleResources.java cannot be handled by translation team
Reviewed-by: duke

@@ -25,11 +25,10 @@
 
 package sun.tools.jconsole.inspector;
 
 import sun.tools.jconsole.Plotter;
 import javax.swing.JTable;
-import java.awt.Graphics;
 
 @SuppressWarnings("serial")
 public class XPlotter extends Plotter {
     JTable table;
     public XPlotter(JTable table,