Hello, I am developing a new 2D overlay approach that allows the developer to overlay ANY lightweight or heavyweight swing or awt component. This is quite nice as it allows us to use all the already existing components out there. Also, tools like Forte and Netbeans can visualize these sort of overlays as you build them.
Problem: Although I can build the overlay, I cannot forward events (such as a MouseEvent) to the overlay. This is critical. Although I have only tried for 3 days now, I am losing sanity. Strangely, by contrast, the first part took several weeks. Can someone help with this? The canvas3D steals all the events! Thoughts? I will be releasing this code to the group when it is ready... hopefully very soon! Sincerely, Ian Nieves =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
