コード例 #1
0
ファイル: Actions.java プロジェクト: petkle/Sequence-Planner
    public void actionPerformed(ActionEvent e) {
      Model m = getAbstractView(e).getModel();

      m.insertChild(parent, m.getChild(child));
    }