JavaRanch » Java Forums »
Java »
Java in General
| Author |
Transforming Code
|
Chase Becicka
Greenhorn
Joined: Feb 16, 2004
Posts: 23
|
|
I am attempting to Transform an old Inventory Program into a banking Program as to save time writing a new program, its made up of three files a GUI, a controller (db and GUI middle man) and a db connection. I have almost everything working except a few errors in my GUI on my performGameDisplay method,I don't get why its giving me these errors because the variables that are producing the syntax problem are correctly declared in the other two files ive rewrote them a few times as to make sure I didnt have incompatable datatypes or something, so please if anyone knows why my variables arn't getting along with the compiler or if you know of any good refernces such as online tutorials I could refer to that would be a great help Heres my Code
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24054
|
|
|
Do you want to tell us what the error messages you're seeing are, exactly? Also show us in the code which lines are referred to in the error messages.
|
[Jess in Action][AskingGoodQuestions]
|
 |
 |
|
|
subject: Transforming Code
|
|
|
|