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

Add an easy way to change style of Swing tooltip separately on specific components #695

Open
mgarin opened this issue Jan 17, 2022 · 0 comments
Assignees
Projects

Comments

@mgarin
Copy link
Owner

mgarin commented Jan 17, 2022

Currently it's impossible to change JToolTip style on per-component basis as there is no direct access to the JToolTip instance itself.

There should be a way to specify component's JToolTip style in some other non-intrusive way, for instance via client properties, parent-child style relation or custom methods in Web-components - possibly via all three options for convenience.

This might need further investigation.

@mgarin mgarin self-assigned this Jan 17, 2022
@mgarin mgarin added this to Planned in v1.4.0 via automation Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
v1.4.0
  
Planned
Development

No branches or pull requests

1 participant