[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: Paint a line across Eclipse?

You can create any kind of control parented off the Shell, and then do a moveAbove(null) to move it to the top of the Z drawing order. That puts it on top of everything. Then use setBounds(*) to place it exactly where you want it.

Now you just have to figure out how to draw it (presumably with a transparent background) !

PW


-- Paul Webster http://wiki.eclipse.org/Platform_Command_Framework http://wiki.eclipse.org/Command_Core_Expressions http://wiki.eclipse.org/Menu_Contributions http://wiki.eclipse.org/Menus_Extension_Mapping http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/workbench.htm