From: karthi on
how to change the position of textbox in cardlayout?
From: Roedy Green on
On Fri, 19 Feb 2010 21:14:52 -0800 (PST), karthi <igkarthi(a)gmail.com>
wrote, quoted or indirectly quoted someone who said :

>how to change the position of textbox in cardlayout?

CardLayout has nothing to do with the layout of each card. You use
whatever LayoutManager you want, e.g. FlowLayout or GridBagLayout.

See http://mindprod.com/jgloss/cardlayout.html

Then have a look at the tutorial.

You might like to subscribe to comp.lang.java.gui where such questions
are usually handled.
--
Roedy Green Canadian Mind Products
http://mindprod.com

When a newbie asks for help tracking a bug in a code snippet, the problem is usually is the code he did not post, hence the value of an SSCCE.
see http://mindprod.com/jgloss/sscce.html