We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is supposed to be a tooltip for the red incomplete entry field, from IncompleteRenderer.java:
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.
GeneralRender
The text was updated successfully, but these errors were encountered:
Tooltips are working only for cells, where the content is exceeding the columns width.
Sorry, something went wrong.
I'm not sure (although I wish that was the explanation): http://docs.oracle.com/javase/tutorial/uiswing/components/table.html#celltooltip
No branches or pull requests
There is supposed to be a tooltip for the red incomplete entry field, from
IncompleteRenderer.java
: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.The text was updated successfully, but these errors were encountered: