From: karthi on 20 Feb 2010 00:14 how to change the position of textbox in cardlayout?
From: Roedy Green on 20 Feb 2010 02:47 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
|
Pages: 1 Prev: Don't know how to create a project correctly. Next: Pin the buffer on the output chain |