Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.10 seconds.

  1. Re: Setting background color to translucent?!?!

    Setting a JPanel to be transparent or even non-opaque won't make the JFrame itself transparent.

    Recommended reading: How to Create Translucent and Shaped Windows (The Java™ Tutorials > Creating a...
  2. Re: Setting background color to translucent?!?!

    Why not just use setOpaque(false)?

    If you want help, you'll have to pose an SSCCE that demonstrates exactly what you're doing.
Results 1 to 2 of 2