0

I would like to create Gadget like Window 7 Calendar gadget.

enter image description here

Can I develop it using Java Swing or any other libraries or API's are available in Java for desktop gadget?

Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278
Master Mind
  • 2,386
  • 3
  • 31
  • 48

1 Answers1

0

Check this link, it will give you an idea about desktop widget creation

http://articles.carbonrider.com/2011/10/09/windows-7-your-own-desktop-gadget/

Update 2: The link has been changed to

http://www.carbonrider.com/2011/10/09/windows-7-your-own-desktop-gadget/

CuriousMind
  • 3,143
  • 3
  • 29
  • 54
  • 2
    Your link demonstrates in images (and text) why pure J2SE is not going to be enough to to give the true Desktop gadget feel. The [Windows Desktop Gadgets Wiki](http://stackoverflow.com/tags/windows-desktop-gadgets/info) seems to have some good links as well. – Andrew Thompson Jan 31 '13 at 08:34
  • Updated link with new reference. – CuriousMind Sep 11 '15 at 17:43