Forum: Java
Mar 1st, 2006, 4:54 PM
|
|
Replies: 4
Views: 156
|
Forum: Java
Mar 1st, 2006, 4:48 PM
|
|
Replies: 4
Views: 156
Sorry.
Exception in thread "main"...
Sorry.
Exception in thread "main" java.lang.NullPointerException
at Grid<init><Grid.java>
at Grid.createandshowGUI<Grid.java>
at Grid.main<Grid.java>
|
Forum: Java
Mar 1st, 2006, 4:45 PM
|
|
Replies: 27
Views: 986
|
Forum: Java
Mar 1st, 2006, 4:43 PM
|
|
Replies: 4
Views: 156
help
What is wrong with this code? I'm trying to make a two-dimensional JLabel array and setting it up in a GUI using GridBagConstraints. I have a array traversal loop setting image icons to each space,...
|