Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4147051

Keyboard accessibility problems with JOptionPane

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 1.1.6
    • client-libs



      Name: mf23781 Date: 06/09/98


      The following Dialog keyboard accessibility problems exist when using
      JOptionPane in Swing:

      <Esc> to cancel the dialog
      <enter> to take the current selection like activating the OK button
      <alt-downarrow> to drop the JComboBox list box in the dialog when using showInputDialog.

      I am using swing-1.0.2+ as we are working with JFC builds with the
      Accessibility group. The following two invocations are used to reproduce
      the problem. The options below are String objects.:

            String c = (String)JOptionPane.showInputDialog(null,
                                            "Enter Search String:",
                                            "Screen Reader/Java Entry",
                                            JOptionPane.PLAIN_MESSAGE,
                                            null,
                                            null,
                                            null);


               result = JOptionPane.showInputDialog(null,
                                               message.toString(),
                                               title,
                                               JOptionPane.PLAIN_MESSAGE,
                                               null, //Icon
                                               options,
                                               options[initialSelection]);

      ======================================================================

            amfowler Anne Fowler (Inactive)
            miflemi Mick Fleming
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: