예제 #1
0
  protected void setupUI() {
    setLayout(new BorderLayout());

    GUIMediator.addRefreshListener(this);

    setupPopupMenu();
    setupModel();
    setupList();

    _scrollPane = new JScrollPane(_list);

    add(_scrollPane);
  }