While it is nice that JSVGCanvas has been JavaBean-ized, I was very surprised
to discover that JSVGScrollPane had not received similar treatment. The
component I was working on was simple enough that switching to a hand-built
GUI rather than using the NetBeans form builder was not that big a deal, but
it seems to me that if you want to build a GUI complex enough that a form
builder will be a good timesaver, it's very likely that you'll also want a
scrollpane as well. Are there significant technical challenges to making
this happen? Is there more to it than adding a default constructor, plus
maybe a setCanvas(JSVGCanvas c) method to make a null-argument constructor
more usable?

-- 
View this message in context: 
http://www.nabble.com/JavaBean-version-of-JSVGScrollPane-tf3577532.html#a9997004
Sent from the Batik - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to