Just wondering, I know you can make a transparent JButton
, but I want to add an image in the background and have a button that's translucent, AKA able to slightly see through it, maybe a blur?
Asked
Active
Viewed 60 times
0

Andrew Thompson
- 168,117
- 40
- 217
- 433

AeciaI
- 13
- 3
-
https://stackoverflow.com/questions/4585867/transparent-jbutton/4586003 – ecle Sep 03 '21 at 02:38
-
Set the button undecorated and use a translucent PNG as an icon (or icons for standard, hover, pressed etc.). – Andrew Thompson Sep 03 '21 at 07:07