How to "ghost" a jcomponent?

D

dbritton

I must be using the wrong termniology, because I cannot seem to find
out how to ghost a componenet in java. My definition of ghost is to
visibly fade the component to indicate that it is not applicable.

Any help would be appreciated.

Regards,
David
 
T

Tony Morris

dbritton said:
I must be using the wrong termniology, because I cannot seem to find
out how to ghost a componenet in java. My definition of ghost is to
visibly fade the component to indicate that it is not applicable.

Any help would be appreciated.

Regards,
David

theComponent.setEnabled(false)

--
Tony Morris
(BInfTech, Cert 3 I.T., SCJP[1.4], SCJD)
Software Engineer
IBM Australia - Tivoli Security Software
(2003 VTR1000F)
 
A

Andrew Thompson

dbritton said:
I must be using the wrong termniology, because I cannot seem to find
out how to ghost a componenet in java. My definition of ghost is to
visibly fade the component to indicate that it is not applicable.

setEnabled(false);
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top