If you want it to be always on top of all frames (even those from other applications) you can use the setAlwaysOnTop() method.


frameC.setAlwaysOnTop(true);

I don't think there's any mechanism...