Domanda

I am using border layout in my frame and I have used different panels in various regions of the border layout. But when I maximize my frame the components scatter all over the place and the panels are ousted from the frame. Which property should I be manipulating to prevent this?

È stato utile?

Soluzione

You can use Absolute Positioning by making setLayout(null). Check this link for example. If problem persists try using GridBagLayout or open-source MiG Layout.MiG Layout is helpful in designing complex UI.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top