@Override public void mouseExited(MouseEvent e) {}
@Override public void mouseEntered(MouseEvent e) {}
@Override
public void mouseClicked(MouseEvent e) {
JGnuplot plot = new JGnuplot();
Command c = plot.execute(
new Plot("test"),
PlainGNUPlot.this.plotCode.substring(PlainGNUPlot.this
.getPDFProcessor().getCodePrefix().length()),
null);
c.toString();