Skip to content
New issue

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

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

Already on GitHub? Sign in 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
Labels

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants