Posts by Rafael Renck • 11 points
1 post
- 
		1 votes1 answer63 viewsQ: java: how to access an object through a stringI have a grid with several rows and columns and each cell has a Label. Each Label is named by column and row (example: a1, a2, B1, B2, etc), has how I access these Labels through a String? Example:…