the reason that this is difficult is that the
GraphicsComponent are not added in the traditional java
sense via add(), so little things like setToolTipText()
don't do the trick. If we could find a way to acually add()
GraphicsComponent objects, then we could get that feature to
work correctly.
Also, it would be nice to have tooltips pop up on matrix
fields where the data overflows the bounds of the text
field...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=543566
the reason that this is difficult is that the
GraphicsComponent are not added in the traditional java
sense via add(), so little things like setToolTipText()
don't do the trick. If we could find a way to acually add()
GraphicsComponent objects, then we could get that feature to
work correctly.
Also, it would be nice to have tooltips pop up on matrix
fields where the data overflows the bounds of the text
field...