-1 - these should not be tied to GUI stuff and especially not SWING. (AWT is bad enough) This makes the code less cross platform (remember some folks are running this on AS/400s and UNIX boxes with no X libraries installed). It would Also make it very slow.
You can easily create a contrib or separate package which can decorate this. -Andy On 7/15/03 9:10 PM, "Ryan Ackley" <[EMAIL PROTECTED]> wrote: > What would everyone else think of HWPFDocument implementing > javax.swing.text.Document. This would facilitate easy conversion between > RTF, HTML, DOC and other implementations for different formats that are out > there. > > thoughts? > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Andrew C. Oliver http://www.superlinksoftware.com/poi.jsp Custom enhancements and Commercial Implementation for Jakarta POI http://jakarta.apache.org/poi For Java and Excel, Got POI? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
