I'm making a calendar in Eclipse and I want to able to edit the cells, adding events etc. Right now, I can write stuff in the cells, but it doesn't look pretty. I figure I need a table cell editor, but I don't really know how to write one. Does anyone feel like explaining it a bit?

link|improve this question
you using swing ? – Bragboy May 3 '11 at 12:01
Yes, I am using swing. – Josei May 3 '11 at 12:35
feedback

1 Answer

Here's the tutorial: http://download.oracle.com/javase/tutorial/uiswing/components/table.html it goes overs table cell editors and renderers.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.