Why a popup created like this is shown in front of all windows applications with JRE 1.6.0_18 but it doesn't using 1.6.0_03 ?
PopupFactory popupFactory = new PopupFactory();
Popup popup= popupFactory.getPopup(null,new JPanel(),200,200);
popup.show();