Hi all,
Is there a way a JFrame can be made transparent to see the environment behind it outside the app it belongs too? For example, if I have a JPopupMenu or JFrame in which my Java app resides, how can I see my desktop through it for example.
Devyn