JTable Calendar Model

I am trying to learn to make calendar by this example. But, I have problem in this line:

CalendarModel model = new CalendarModel();

It says that CalendarModel does not exist!

Upvotes: 0

Views: 1713

Answers (1)

COD3BOY
COD3BOY

Reputation: 12102

The problem might be something else.The example you provided works fine.I'd suggest you to cross-check the code once again.

Upvotes: 1

Related Questions