I was just wondering for typical forms with basic controls such as buttons and text boxes which is the best Layout Manager to use, if any at all?
As far as I can tell none of them seem to be that good at laying out many componenents on a form in the exact places where you want to put them, apart from possibly the GridBag layout but this does seem very complicated to use!
Is is best to use absolute position of components with no layout manager? Is so does this have any impact on application size or performance?
As far as I can tell none of them seem to be that good at laying out many componenents on a form in the exact places where you want to put them, apart from possibly the GridBag layout but this does seem very complicated to use!
Is is best to use absolute position of components with no layout manager? Is so does this have any impact on application size or performance?