JTable 생성 public class JTableTest extends JFrame{ JTable table; JScrollPane sc; public JTableTest() { //테이블 데이터 //Object배열은 모든 ...
確定! 回上一頁