I am doing a GUI app for my company and have run into a problem showing/updating a progress dialog. I understand from Sun's online documentation that you should not mix heavyweight (AWT Objects) and lightweight (Swing Objects) in the same application. I am using JFC (Swing) for all of my GUI objects. I am trying to show a JProgress bar inside of my JDialog window. However, all I see is the outline of my JDialog box and the JButton inside of it. Everything else including the background is the main JApplet object and its components shows through the JDialog box. I am using Visual Cafe to build my GUI, so I don't know if this is a Visual Cafe problem or not. Can anything offer a suggestion? Thanks.