defaultPreferences.getNewWallHeight());
// 2. Create a user preferences panel
UserPreferencesController controller =
new UserPreferencesController(preferences, new SwingViewFactory(), null);
UserPreferencesPanel panel = (UserPreferencesPanel)controller.getView();
JRadioButton centimeterRadioButton =
(JRadioButton)TestUtilities.getField(panel, "centimeterRadioButton");
JRadioButton inchRadioButton =
(JRadioButton)TestUtilities.getField(panel, "inchRadioButton");
JRadioButton meterRadioButton =