Rotate controls in Java
How to rotate some control in java? For example I want to rotate radiobutton for 9开发者_运维百科0 or 180 degrees
How to do this on JAVA SDK for android developing?
This is probably overkill, but JXLayer does all kinds of transformations, including rotation. (The demos are impressive, if a little wacky!)
- JXLayer 4.0 demonstration by Piet Blok
EDIT: the OP was edited to include android. This probably doesn't work on Android.
精彩评论