samedi 21 mars 2015

Inserting Method inside JOption

how can i insert my method inorderTraversal(Binary.root) inside the JOptionPane ?



if(choice == 2)
{
JOptionPane.showMessageDialog(null, "INORDER TRAVERSAL: ");
inorderTraversal(Binary.root);

}

Aucun commentaire:

Enregistrer un commentaire