Where the CardLayout is used?
Answer / pkr_reddy
card layout is uniq in all other layout managers .
it stores several diff layouts.it is useful to user to
select the optional components that can be dynamically
enabled or disabled.
we can select the layout managers by clicking the
button and we can move from front and bak through index.
| Is This Answer Correct ? | 1 Yes | 3 No |
What is a newline character in java?
Does java have a compiler?
What are the advantages of autoboxing?
Write a function to print Fibonacci series and Tribonacci series?
Which containers may have a MenuBar?
What is the return type of readLine() when end of a file is reached?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
How many types of exception can occur in a java program?
What are the various access specifiers for java classes?
What is the preferred size of a component?
Differentiate between stringbuffer and string?
What are constants and how to create constants in java?