I want child figure (org.eclipse.draw2d.Figure) to be relative to the top-right corner of the parent (I want place some small icon, which will be ImageFigure, to be 12 pixels from top and right border
I am buildin开发者_StackOverflow社区g an RCP-based application with Draw2D Labels (Figures with text).When my graphical editor re-sizes the label, the text stays in it\'s initial position.Is there any
I need to show a line/multilin开发者_StackOverflow中文版e of images in GEF GraphicalViewer, so that it adjusts to the width of the container by spanning over more linesFlowLayout is what you want.