界面卡片佈局小程序

public class One extends JFrame{  private Two t;  public One() {   this.setTitle("圖片管理器");      this.setSize(500, 400);      this.setLocationRelativeTo(null);      this.setResizable(false);      run()
相關文章
相關標籤/搜索