I have a problem. I want to show an array in a JOptionPane, I do it like that.
String[] continentes = { "ANorte", "ASur", "Africa", "Europa", "Asia", "Oceania" };
JOptionPane.showMessageDialog(null, Arrays.toString(continentes));
So, I sho...
asked by
16.12.2018 / 22:14