System.out.print("On click serverID:"+serverID);
System.out.print("On click nymiiidL:"+nymID);
try {
OpenTransactionAccount openTransaction = new OpenTransactionAccount(serverID, nymID, assetID ,label);
this.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
boolean result = openTransaction.createAccount();
this.setCursor(Cursor.getDefaultCursor());
if(result){
JOptionPane.showMessageDialog(this, "Account created successfully", "Account Creation", JOptionPane.INFORMATION_MESSAGE);
MainPage.loadAccount(assetIDMainPage, serverIDMainPage, nymIDMainPage,selectedID);
MainPage.refreshMarketNym(serverIDMainPage);