Hi. In Swing, components are positioned with a layout manager. Here's a guide to the ones that Swing provides out of the box: http://download.oracle.com/javase/tutorial/uiswing/layout/visual.html.
If you're building a Swing app, you might find Seesaw (https://github.com/daveray/seesaw), or another wrapper (GUIFTW, Clarity, etc), to be a more pleasant experience than raw Swing. Cheers, Dave On Mon, Nov 7, 2011 at 10:16 AM, jayvandal <[email protected]> wrote: > I wonder where I can find swing definitions such as text field > locations on a panel or frame? > How do I put 2 panels side by side to show two different records? > How do I put text fields across the screen or down the screen?? > Any help I would appreciate. > Thanks > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
