/** draw the task tables */ private void drawTaskTables(Graphics g) { for (TaskTable t : this.state.taskHolders) { t.draw(g); } }