setLayout (null); // Creation of a Panel to contain the JLabels JPanel textPanel = new JPanel(); textPanel.setLayout(null); textPanel.setLocation(10, 0); ...
確定! 回上一頁