Lines Matching defs:dialog
103 It creates a dialog (with the instructions), and is the interface
115 private static TestDialog dialog;
119 dialog = new TestDialog( new Frame(), "Instructions" );
120 dialog.printInstructions( instructions );
121 dialog.setVisible(true);
127 dialog = new TestDialog( new Frame(), "Instructions" );
129 dialog.printInstructions( defInstr );
130 dialog.setVisible(true);
137 dialog.printInstructions( instructions );
143 dialog.displayMessage( messageIn );
154 Do not call anything in this dialog directly.