Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Tooltips not working in the main table #160

Closed
oscargus opened this issue Aug 12, 2016 · 2 comments
Closed

Tooltips not working in the main table #160

oscargus opened this issue Aug 12, 2016 · 2 comments

Comments

@oscargus
Copy link

There is supposed to be a tooltip for the red incomplete entry field, from IncompleteRenderer.java:

        setToolTipText(Localization.lang("This entry is incomplete"));

However, this is not working on either my Windows 10 laptop nor my office CentOS machine. Anyone have it working or have an idea what is wrong?

I tried the slightly different approach in http://stackoverflow.com/questions/9467093/how-to-add-a-tooltip-to-a-cell-in-a-jtable as well (applied it in GeneralRender) but that didn't work either.

@grimes2
Copy link

grimes2 commented Aug 19, 2016

Tooltips are working only for cells, where the content is exceeding the columns width.

@oscargus
Copy link
Author

I'm not sure (although I wish that was the explanation): http://docs.oracle.com/javase/tutorial/uiswing/components/table.html#celltooltip

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants