I want to create GUI like spread sheet. With resizeable cell size, filled with colour, Zoom in and zoom out etc features. Can I use draw2d for this?.
Is there any grid like widgets available in any Java based GUI frameworks? Or do I need to draw rectangle in rows and columns?