overlapping a scrollbar with panel "java"

87 Views Asked by At

when the mouse entered in scrollbar automatically this scrollbar send to fond example :

https://i.stack.imgur.com/H24QN.png

when the mouse entered in scrollbar

https://i.stack.imgur.com/l3YIs.png

thanks and sorry for my english

1

There are 1 best solutions below

0
Noon _ الـنـــون On BEST ANSWER

I found the solution:

scrollPane.getHorizontalScrollBar().setOpaque(false);

for the scroll bar I use the Windows 10 scroll bar

UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());