One of the things I’ve been asked to do is to get Squiggle running with better integration into Mac OS X. There are two main ugly things at the moment: the fact that each JSVGViewerFrame has its own menu bar (whereas the app should have just the one application-wide one at the top of the screen), and that the file chooser that is shown when browsing for a file to open doesn’t look anything like the built-in OS X one.
So I want to do a small amount of work to fix these things up. A handy library called MRJAdapter[1] exists that makes it easy to do these things in a consistent manner regardless of platform. The JAR is 60K. My question: is it reasonable to bundle this in the distribution, given that it is only used for UI niceness, and only Squiggle at that? If not, I’ll try to implement just the functionality I need myself. (Also I’d have to get clarification that code under the Artistic License is OK to redistribute.) Thanks, Cameron [1] http://homepage.mac.com/sroy/mrjadapter/ -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
