Hi commanderkeith!

I am already doing that ;)

the main problem is that the swing component is hidden behind a heavyweight 
canvas. And the Canvas consumes all mouse/key events. If you read my post again 
you will see that if I am painting that hidden component to an Image I dont get 
any mouse effects like rollover or button clicks.

I tried to transform the mouse events from canvas to the hidden components 
widget under the cursor but the result isnt really satisfying. Buttons are now 
"pressable" and sliders can be used but I still dont get rollover events. More 
complicated widgets like JComboBox or JTextFields are still not useable.

I am still searching a way to reuse more of the swing painting and event system.

regards

bienator
[Message sent by forum member 'bienator' (bienator)]

http://forums.java.net/jive/thread.jspa?messageID=159956

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to