What Layout Managers are used in the converted dialog?
The Layout Manager is set to null in the code for the converted dialog, and absolute positioning is used to position and dimension all controls on the dialog. The original C++ dialog uses absolute positioning. The converted Java dialog also uses absolute positioning because it is supposed to be as similar as possible to the original C++ dialog.