Forum: Java Apr 24th, 2008 |
| Replies: 2 Views: 413 Yes...and the question is... :p
I do recommend to wrap your code around tags with CODE=JAVA and /CODE . Makes the whole program a bit easier to read.
Also, specify your problem please :p |
Forum: Java Apr 12th, 2008 |
| Replies: 4 Views: 5,573 mV.createMainView();
mV has not been declared in this class.
dV.createDetailView();
dV has not been declared in this class.
etc etc.
You should make a new instance for the variables you... |