I need an help for positioning a JPanel in a specific position into a Jframe.
I have a JPanel in a class who extends JFrame, and I need to put this JPanel in a speci
Of the frame's content panel, the layout manager by default is a BorderLayout (NWSE+C). Do:
this.getContentPanel().setLayout(null);