I'm creating a GUI in NetBeans 13 using Java Swing and Maven as my Built Tool, and I'm about to finish up when I noticed that my GUI formatting got disorganized.
I'm gonna send a picture of what my JFrame form should look like and the disordered one to further clarify my question.
I have a total of four JFrame Forms, namely, Final_Frame, Log_In, Register, and Loading_screen(my main class). Everything is working perfectly fine when I tried to run my project starting from Log_In to Final_Frame, Register to Final_Frame, or Log_in to Register to Final_Frame. But when I tried to add Loading_screen at the very start since this is my main class, although it doesn't affect the GUI format of my Log_In and/or Register, it started to affect the GUI formatting of my Final_Frame. I also don't know how my Loading_screen affected Final_Frame since my Loading_screen only has a couple of JPanel, JLabel, and a Progress Bar
I couldn't figure out the problem at all since it is not throwing an Exception so I tried to Clean my project and then Build again but the problem still occurs.
Hope you can help me, thank you so much.