IntelliJ form doesn’t bind to my JPanel class
I am making a multiple page application with Swing where the pages are different JPanels that I add to a blank panel. I have made the designs of the pages using IntelliJ’s UI editor, but when I create the page JPanel and add it to the application’s blank panel it shows empty. I don’t know much about how Swing works so I might be missing something. Do I have to add something to the constructor?
Add Component Java Swing
Good,