694695696697698699700701702703704
// Draw the holiday here. g.setFont(numberFont); g.setColor(Color.red); DemoTextBox box = new DemoTextBox(g, info.name, (int)(cellWidth - INSET)); box.draw(g, x + INSET, y - INSET - box.getHeight()); y -= (box.getHeight() + INSET); count++; } h++;