MikeB
2009-04-06 18:29:41 UTC
OK, perhaps this should be asked in the comp.lang.java.gui, but I've
had much help here in the past, so I'll start here.
I want to create a pane that, instead of a table of rows and columns,
have a honeycomb appearance, in other words an array of hexagonal
cells. I need to put information inside each cell, but I'm even stuck
at how to construct the borders of the cells. Ideally, the borders
should be sizable so that the user can adjus tthe size (and by
implication, the number of cells that will appear in the pane, or when
he resizes the pane.
Any hints or suggestions where I can start looking? thanks.
had much help here in the past, so I'll start here.
I want to create a pane that, instead of a table of rows and columns,
have a honeycomb appearance, in other words an array of hexagonal
cells. I need to put information inside each cell, but I'm even stuck
at how to construct the borders of the cells. Ideally, the borders
should be sizable so that the user can adjus tthe size (and by
implication, the number of cells that will appear in the pane, or when
he resizes the pane.
Any hints or suggestions where I can start looking? thanks.