BorderLayout, Impossible to set a manual Location - SWING Java
问题 I'm having a problem, i implemented a BorderLayout JPanel. And if i try to move a button for a example in the North section, it'll stay at a default location. Here's my code : public class Window extends JFrame{ Panel pan = new Panel(); JPanel container, north,south, west; public JButton ip,print,cancel,start,ok; JTextArea timeStep; JLabel legend; double time; double temperature=0.0; public static void main(String[] args) { new Window(); } public Window() { System.out.println("je suis là");