Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fading image using java1.1

Tags:

java

awt

I need to fade the images using low level AWT classes for Set top boxes.It doesnt have any advanced classes.Does anyone know how I can do this (Java 1.1)??

like image 394
Vanaja Goud Avatar asked Nov 03 '22 20:11

Vanaja Goud


1 Answers

Take a look at this : Fade an image (in Applet)

Live example here

like image 55
RealHowTo Avatar answered Nov 09 '22 09:11

RealHowTo