I want to iterate over the map and set the key name as Jlabel Object Name and value as the Label name.
Below is the key map.
Code:
fieldNames.put("empname","Employee Name");
fieldNames.put("empphn1","Phone number1");
fieldNames.put("empphn2","Phone number2");
fieldNames.put("empphn3","Phone
Leave a comment: