Sunday, 11 August 2013

Can method return a Layout

Can method return a Layout

I want a Java method to return the layout of a component. Is it possible
in Java?
For example,
returntype myMethod()
{
return panel.getLayout();
}

No comments:

Post a Comment