Hi all,
basic question...I'm a bit rusty with Java so bare with me.
As far as I could remember, putting the keywork "public" before the variable should do this but in my application it isn't.
See the code snippet here:
Thanks in advance for any relevant views or opinions.Code:public class controller extends MIDlet implements TargetListener, CommandListener //public class controller extends MIDlet { public page navigatePages [] = new page [3]; //Holds the previous page, current page and next page, much like a web browsers history.

Reply With Quote




