2

Is it possible to add lights to jcomponents...? especially as an action on the jcomponent.

I mean something beyond changing background color of the component for example a jbutton... I mean something like what we see in windows 7 components or actions done in xaml...

hasan
  • 31
  • 1
  • A screenshot would be nice. I have no idea what the windows 7 components done in xaml look like. – jzd Jun 07 '11 at 14:20

1 Answers1

1

You might get some ideas from this example using varied saturation or this example using alpha. A slowly changing GradientPaint might be useful, too.

Community
  • 1
  • 1
trashgod
  • 203,806
  • 29
  • 246
  • 1,045