will the GC collect my form after it switched to some else display on the main midlet , if use the following code :
(new myForm()).show(Form2);
the show method takes for an argument a form to set as the next displayable after the user performs some actions on the myForm instance.
Form2 is declared on the main midlet.

Reply With Quote



