Reusing IntelliJ IDEA GUI forms Follow
I made a form that contains number of components and I need the same panel of components in several screens.
How can I take the form and plant it into those screens?
Thank you.
Please sign in to leave a comment.
Hello Moshe,
You could pick "Non-palette component" from the palette, click into the big
form and select the option "form". Then choose the small form you'd like
to insert.
Alexander.
Thank you.