// Check dialog box is displayed
JDialog pageSetupDialog = (JDialog)TestUtilities.findComponent(
frame, JDialog.class);
assertTrue("Page setup dialog not showing", pageSetupDialog.isShowing());
// Retrieve PageSetupPanel components
PageSetupPanel pageSetupPanel = (PageSetupPanel)TestUtilities.findComponent(
frame, PageSetupPanel.class);
JCheckBox furniturePrintedCheckBox =
(JCheckBox)TestUtilities.getField(pageSetupPanel, "furniturePrintedCheckBox");
JCheckBox planPrintedCheckBox =
(JCheckBox)TestUtilities.getField(pageSetupPanel, "planPrintedCheckBox");;