|
The pitfall to watch out for is placing your GUI content into a JFrame,
or JDialog, or JInternalFrame. If you ever want to reuse the same
content in another setting, it will have to be cut-and-pasted. If it
was in a separate JPanel subtype, it could be add
ed right
in without any problem.
Copyright © 2024 Andrew Oliver