[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.gef] Re: how to Display a gif image on editor

- do not call the Figure class's paintFigure(Graphics g) method
- device has no use here either

 protected void paintFigure(Graphics g) {

//super.paintFigure(g);
Rectangle r = getBounds();
//Device dev = new Display();
Image img = new Image(dev,getClass().getResourceAsStream("/icons/Start.gif"));


 g.drawImage(img, r.x, r.y);
 }

kind regards,

--
Andreas Schosser
Mind8 GmbH