Specialized Dialog Boxes
Abstract
In Chapter 16, you saw how to create a completely customized dialog box using the JDialog class. You also saw how to take advantage of the JOptionPane methods to quickly and easily display some simple, generalized dialog boxes. Now you are going to look at some dialog boxes that can be used to make your life as a developer significantly easier. You’ll be able to use dialog boxes that have been designed, implemented, and tested for you. The chapter begins by looking at the JFileChooser class, which the Swing developers were kind enough to provide for creating dialog boxes. These are great examples of the kind of user input that can be performed by dialog boxes. Keep these in mind when you encounter a situation where you want to provide your own dialog boxes.
Related Papers
- → Development and Evaluation of Spoken Dialog Systems with One or Two Agents through Two Domains(2013)8 cited
- → A Multiagent-Based Technique for Dialog Management in Conversational Interfaces(2016)3 cited
- → Architecture of a dialog system with an assistant agent(2003)2 cited
- → Domain and Subtask-Adaptive Conversational Agents to Provide an Enhanced Human-Agent Interaction(2014)1 cited
- → Development and evaluation of spoken dialog systems with one or two agents(2013)