hi
i have a j2me application with a display set to Canvas.
when i try to change the midlet's display to another Canvas using
the following command:
Display.getDisplay(this).setCurrent(Canvas2);
nothing happens.
how can i efficiently change a display to another Canvas ?