Comment Re:Hope the speed has also improved (Score 1) 137
Im sure this was just a flame but i'll answer anyways.
If you want to resize a JDialog or a JFrame so that it is the size of the Total Chidren components' Preffered Size, or have the componentes contraints allow them to size independantly you would use a GridBag layout(which you would be better off using an IDE to do). If you want to stretch out a frame so that its components stretch out as well you could use a BorderLayout or just calculate all child compents and adjust their Bounds accordingly (which is ugly).
Hope that clears it up for you chickenshitt AC.
If you want to resize a JDialog or a JFrame so that it is the size of the Total Chidren components' Preffered Size, or have the componentes contraints allow them to size independantly you would use a GridBag layout(which you would be better off using an IDE to do). If you want to stretch out a frame so that its components stretch out as well you could use a BorderLayout or just calculate all child compents and adjust their Bounds accordingly (which is ugly).
Hope that clears it up for you chickenshitt AC.