0
How can I animate a "Jlabel" in java GUI example linear move???
I want to move a Jlabel in linear form and it should be under Jpanel how can i do it???????
3 Answers
+ 4
This example is a little more complicated than what you're asking for, but I think it's quite helpful:
https://stackoverflow.com/questions/33883330/cant-move-jlabel-on-jpanel
0
Podrias usar Threads para que cada n segundos modifiques la posicion del JLabel
0
thanks Tashi for understanding,
cause my question really looks weird..