I want to do some event when all my internal frames are invisible. I know we can set .visible(false) but i got 30++ internal frames. What should I do? Please help.

What I want to do is:

if (allMyInternalFramesAreInvisibleIsTrue))
{
}

Is it possible? Or I have to make 30++ if statement to check one by one?

Put them all in an array so you can do things with them in a simple small loop.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.