JTable or GridLayout for my application

I am in the process of creating a basic calendar managing application and am wondering whether it would be better to use a JTable or a GridLayout to display the actual calendar.
[184 byte] By [tocapaa] at [2007-11-26 13:37:12]
# 1
GridLayout would be easier, but why reinvent the wheel, use JCalendar http://www.toedter.com/
Michael_Dunna at 2007-7-7 22:23:48 > top of Java-index,Java Essentials,New To Java...