I'm attempting to place a raster grid on a java word
processor. All I'm looking to do is have to grid
placed on top of the display area, with a static
number columns - (resize will be set to false for the
window). However I want the number of rows to
increase as the document gets longer - paralleled with
the scrollbar. I also want to be able click on each
cell and have an coordinate assigned to it.
Does anyone have an ideal of how I should go about
doing this.