-
Notifications
You must be signed in to change notification settings - Fork 235
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
custom toolTip #694
Comments
can i custom its style?Background, WebShape,Line,etc. |
Unfortunately custom tooltips style is currently not modifiable as it is hardcoded in
I recommend using simple Swing tooltips instead of the custom WebLaF ones if you don't want the positioning/arrow style - check the You can also modify the Unfortunately you can only change it's style globally as there is currently no way to change it on per-component basis. I've added a separate issue for that - #695 - which will be implemented in future versions. |
Combobox popup menu can be adjusted via style. You can create a custom style for combobox and adjust the popup style in it: <style type="combobox" id="custom">
<style type="popupmenu" id="popup">
<painter>
<popupStyle>simple</popupStyle>
</painter>
</style>
</style> |
. |
The text was updated successfully, but these errors were encountered: