JDialog Stops execution of parent JFrame
I have a gif animation image that is showing infinite circle loading progress inside a jDialog...But problem is when i load this jDialog the parent frame codes is halt.? how to do this..here is my code.. ProgressDialouge pbDialog = new ProgressDialouge(this); pbDialog.setVisible(true); pbDialog.toFront(); postPairs.add(new BasicNameValuePair("PATH","authenticateUser.idoc")); postPairs.add(new BasicNameValuePair("user_email",email)); postPairs.add(new BasicNameValuePair("user_password",password)); JSONArray jArray = asyncService.sendRequest(postPairs); if(jArray != null){ new NewJFrame()