< prev index next >

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

Print this page
rev 1501 : 7017818: NLS: JConsoleResources.java cannot be handled by translation team
Reviewed-by: mchung, mfang

@@ -23,11 +23,10 @@
  * questions.
  */
 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,
< prev index next >