Ejemplo n.º 1
0
 /** Creates new UDInformationTable */
 public UDInformationTable(org.exmaralda.partitureditor.jexmaralda.UDInformationHashtable udi) {
   tableModel = new UDInformationTableModel(udi);
   setModel(tableModel);
   tableModel.addTableModelListener(this);
 }
Ejemplo n.º 2
0
 /** Creates new UDInformationTable */
 public UDInformationTable() {
   tableModel = new UDInformationTableModel();
   setModel(tableModel);
   tableModel.addTableModelListener(this);
 }