|
Setting a JFrame to hide is
Boolean Show = true;
JFrameYouWanttoShow.setVisible(Show);
Show=false;
JFrameYouWantToHide.setVisible(Show);
Getting the Values? Please post your Code. That is a very broad question, you can get it from many sources like textfield, textarea,checkboxes,etc...
|