Skip to content

Remove Component from JFrame on back() #1

Description

@porthunt

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions