Using NetBeans to animate a Jlabel
843805Mar 5 2007 — edited Jun 10 2008I 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