Multiple Line Form Element

I am trying to create a form that loads the number of users stored in an array. The design is as follows:

GUI Design Image

How to create an element that displays data from different users? I have absolutely no idea which element to use for this. What element do I use to get the same layout?

+4
source share
1 answer

The widget is called JTable. See the info here: http://docs.oracle.com/javase/tutorial/uiswing/components/table.html

+1
source

All Articles