Hi pals!

I want to know the method to get a char variable from the user.

here's a part of my code:

char MineList [][] = new char [3][4];
.
.
.
MineList[0][0] = JOptionPane.showInputDialog( "Enter a char: " );

But the last code does not work.

I was wondering if you'd mind helping me.

TNX