コード例 #1
0
  // konstruktor
  public MainFrame(Controller con) {
    this.con = con;
    initComponents();

    try {
      populateList();
    } catch (SQLException e) {

    }
  }