Anyone know if it is possible to make a transparent alert window? I tried making the background colour of it transparent but that doesn’t work.
Thanks!
Anyone know if it is possible to make a transparent alert window? I tried making the background colour of it transparent but that doesn’t work.
Thanks!
Did you remember to do a setOpaque(false) in the constructor? I had no trouble creating a transparent dialogue window…