| Author |
how to display a 2d array in java GUI ?
|
devashish ttripathi
Greenhorn
Joined: Dec 08, 2012
Posts: 5
|
|
|
I want to print a 2D Array to display a maze composed of "#" and "." so Iam unable to insert that array in the GUi display
|
 |
Darryl Burke
Bartender
Joined: May 03, 2008
Posts: 4206
|
|
|
2D array of JLabels in a GridLayout, or a JTable.
|
luck, db
There are no new questions, but there may be new answers.
|
 |
 |
|
|
subject: how to display a 2d array in java GUI ?
|
|
|