HI
I'm converting a native Java applet to BASIC 4 Android.
There are several .java files each one containing a single class definition.
There is a "main" file plus four additional .java files; each of these 4 is referenced in the "main" .java file by defining a variable and specifying the variable type as one of the 4 class names.
So far, so good???
Now, in the "main" file there is a function named "update" defined containing a few dozen lines of code.
However, I can find NO reference to where that function is called; neither in the "main" file itself, nor any of the other class files (where I wouldn't expect to find it referenced, anyway).
I KNOW that "update" is being called from somewhere because the applet works correctly.
I'm going bonkers trying to find the call to "update". Can anyone make a suggestion??
B_FISH
I'm converting a native Java applet to BASIC 4 Android.
There are several .java files each one containing a single class definition.
There is a "main" file plus four additional .java files; each of these 4 is referenced in the "main" .java file by defining a variable and specifying the variable type as one of the 4 class names.
So far, so good???
Now, in the "main" file there is a function named "update" defined containing a few dozen lines of code.
However, I can find NO reference to where that function is called; neither in the "main" file itself, nor any of the other class files (where I wouldn't expect to find it referenced, anyway).
I KNOW that "update" is being called from somewhere because the applet works correctly.
I'm going bonkers trying to find the call to "update". Can anyone make a suggestion??
B_FISH