コード例 #1
0
ファイル: ProgressGraphItem.java プロジェクト: cnh/BitMate
 public Cell(TableCell cell) {
   cell.setFillCell(true);
   cell.addListeners(this);
 }