When you need an Application to work with different screen sizes, or you don’t know the screen size of your application, UI frameworks provide layout managers facilities to help position components on the screen. The layout manager has the ability to automatic determine the position and size of the widgets on the screen. In most ...