Forum: Java Jul 6th, 2007 |
| Replies: 11 Views: 3,523 I needed to get links to some good Java, J2EE tutorials and was surprised that daniweb::Java didn't have a thread on that..
Of course it's easy enough having Sun provide tutorials on most things,... |
Forum: Java Jun 14th, 2007 |
| Replies: 16 Views: 2,735 Looks like local_jlist is a function local variable (inpublic Prod_applet()).. and not in the scope where you're using it (line 226).. make it a member variable.. it should work.. |