I'm wondering whether on the move to Java 5 whether we could optionally include some Java 6 classes?
I've been doing similar in GEF for some time. Even though GEF currently supports Java1.3 as minimum it does contain some Java1.4 classes that it only calls conditionally at runtime. An example is mouse wheel support for scrolling the diagram pane. Issue 4208 is one place where I see this _might_ be useful. To either call our existing code or to use the Java 6 class if available. I don't know if this does actually solve that issue but it gives us an avenue to explore and the principle may be useful elsewhere. Or does this give us too much room for error? Bob. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
