like this, A a = new A(), how can I get a\'s name?(Get a String \"a\" from a) ?
There is a JPanel contains some JTextFields, a map contains all the JTextFields
I had the same problem, look that solution...
DocumentoMB mb = new DocumentoMB(); System.out.println(mb.getClass().getSimpleName());