[userinterface] JButton

I tested the following things with a JButton and they don’t work:
[] tooltip
[
] rollover icon
[*] custom cursor

How can I make this working?

Are you using heavyweight tooltips?? See the JRE doc’s for mixing AWT/Swing, there is a property you can set to make sure tooltips render as heavyweights. The other stuff I don’t have ideas for.

Thanks for the tip. Unfortunately it doesn’t work. I think the Xith3D userinterface either doesn’t support this at all or must be notified somehow.