parseInt(str);; JLabel jlabels[] = new JLabel[num];; for(int i = 0; i < jlabels.length; i++) {; jlabels[i] = new JLabel("Label" + i); ...
確定! 回上一頁