javalive-tile

how to create live tile icons interface using java


I need to create Live tile icon interface using java language .. please help. I tried using JButtons. Setting the size of JButtons as I needed. but I can't figure how to make these icons blink or rotate. If this is possible please help..

Please Mention why my question is voted down??? isn't this possible to create live tile icons using java or is it too much complicated??


Solution

  • I Found the Answer in the Stack Overflow It self.. The Solution To make live tile Icons seems to be putting animated GIF on JButton. You can find the answered question at this link. Animated GIF on a JButton, play it when mouse is hovered.