displaying array in JOptionPane
807603Dec 4 2007 — edited Dec 4 2007Im pretty new to java programming. The program Im writing now contains a 2-dimensional, 3 by 3 array. I was wondering if it is possible to display that array in a JOptionPane.showInputDialog statement?
If not, how else could i display the array (besides System.out) ?
Do you want to see the code, or is this explanation sufficient?
Thank you.