Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » Change location of tooltip
Change location of tooltip [message #528307] Tue, 20 April 2010 06:31
Laura Hernández is currently offline Laura HernándezFriend
Messages: 22
Registered: September 2009
Junior Member
Hi all!

I think it is a trivial question I am not able to change the location of my tooltip figure:
I tried this:
toolTip2 = new Label("Click to create element");
toolTip2.setLocation(new Point(10, 20));
setToolTip(toolTip2);
toolTip2.setVisible(true);


but it doesn't work.

Any ideas?

Thanks!!!
Previous Topic:diagram partitioning without proxy resolving references
Next Topic:GMF reference editing
Goto Forum:
  


Current Time: Tue Mar 19 04:46:08 GMT 2024

Powered by FUDForum. Page generated in 0.02309 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top