Using the following code:
JNovaUI jnova = JNovaUI();
JNovaPanel jnovaPanel = new JNovaPanel("Panel 2");
js.next(jnovaPanel );
js.back();
Panel 2 (jnovaPanel) will be removed on the stack, but it will continue on the JNovaUI as visible false. We need the component to be removed from the JNovaUI component.
Using the following code:
Panel 2 (jnovaPanel) will be removed on the stack, but it will continue on the JNovaUI as visible false. We need the component to be removed from the JNovaUI component.