Does anyone know the reason why these Java swing methods are deprecated :
Component.show(); Component.hide();
You can use alternative: someUseFrame.setVisible(true);
someUseFrame.setVisible(true);