HI,
I want to add mouse hover on the Tab Pane, the mouse hovers effect desired is very simple, it should change the cursor when the mouse is over the tab name.
I'm doing an example, I have the component MateriaTabblePaneUI with this mouse event:
But this event run on all JTabbledComponent and I want to add this effect only on the text of the jTabbledPane, like "Panel1" or "Panel2"
I found this answer on stack overflow, but not use the component BasicTabbledPaneUI
https://stackoverflow.com/a/4228349/10854225
I want to make this change because I want optimized the code and I need to help to find some good idea.
The desired effect is
MouseHover effect
Thanks for your time