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
You can use Component.setName() to give names to Swing and AWT components.