DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10581>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10581 [PATCH] SViewer patch Summary: [PATCH] SViewer patch Product: POI Version: 2.0-dev Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: HSSF AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Attached is a patch that improves the SViewer. 1) Borders now render correctly when selected. 2) Colors of Borders are now used instead of black 3) The selected cell is painted with a border to indicate selection 4) General tidy up to try and cut down on the number of objects that are created for each render. Does anyone know how to get an inverse of an awt Color. ie Black-> white, Blue -> Red. If you look at excel when a Blue cell is selected the selected cell border color is changed to red. If it normally has a black border then it is painted white above the cell selection border. Does that make sense? I would like to use a single call to get an inverse color to paint cells correctly when selected. For some reason the diff took all of the SVBorder. I dont know why.. (Im a cvs dummy!) Dont know what else has changed. I started to look at formatting of the text that is rendered but havent got very far. The progress is commented out in the SVTableCellRenderer class. Jason -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
