How do I have my JDialog always-on-top Using JDK1.3
Hi,Please help me.
Copy the code from JDK1.5, otherwise its not supported.So your workaround is to use a JDialog that specifies a JFrame as its parent. That way whenever the frame is visible, the dialog will also be visible.