I've searched and searched about this topic, but have found nothing. How would I organize things like buttons and text fields in a Java JFrame?
EDIT: Sorry, this was incredibly vague. I've seen the Layout Managers but I want to be able to put the components in a specific place, not where the Layout Managers want to put it. Maybe I've overlooked something, but with the BorderLayout it puts buttons across the entire window, despite my attempt to use a setPrefferedSize(new Dimension(x,y)
.