コード例 #1
0
 /** ************************************************************************* * * Add a table */
 protected void addTable(JComponent tablePan, int rowHeight) {
   rowNum_ = ds_.addTable(cp_, tablePan, rowHeight, rowNum_, columns_);
   return;
 }