Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Using NetBeans to animate a Jlabel

843805Mar 5 2007 — edited Jun 10 2008
I have been able to use the GUI editor in netbeans for my look and feel of my frame. I have a Jlabel within a layeredPane that is on top of another layeredPane with a background image. I would like to get to move the top level JLabel across the screen from one point to another. Searching within the netbeans help pages I found the below link.
http://graph.netbeans.org/documentation.html#Animator
I havent been able to find this scene editor method with the any properties of the frame, label or layeredPanel. If anyone knows how to do this please post below.

I thought I could use the repaint method instead but that also seems hard to find and edit.

I dont mind hand coding ethier of these into a property if I have to but I would be unsure on which property to place this in so it works.

Thanks for any help
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 8 2008
Added on Mar 5 2007
9 comments
1,718 views