Here is a way to make a transparent popup menu. You can modify this code to work with other Swing components such as the JProgress bar.



import javax.swing.*;
import java.awt.*;

class...