Selecting a Final Layout Manager

If you've used the null or XYLayout Manager to design your Java program, you'll need to change the layout manager to one of the standard layout mangers that is supported across different platforms.

To change the layout manager, see Changing the Layout for a Container.