Jim was correct. I downloaded the source for the latest stable xemacs (xemacs-21.4.12), followed the standard install instructions, and now the OK/Cancel buttons appear and the Import Wizard works great.
For what it's worth I ran the configure step with these options: $ ./configure --with-widgets=lucid --with-mule --with-xfs --with-wnn --with-file-coding Cheers, Bill On Sat, 2003-03-22 at 05:04, Jim Crossley wrote: > I had this problem, too. The solution is here: > http://www.mail-archive.com/[EMAIL PROTECTED]/msg06232.html > > -- Jim > > Bill Barnard <[EMAIL PROTECTED]> writes: > > > I'm successfully using many of the functions in JDE in Xemacs 21.4 > > (linux 2.4.17, Red Hat 7.2). Method name completion and the like work > > fine with menu pop-ups. > > > > The single thing I've been unable to figure out (so far) is how to use > > the dialog buffer (not a pop-up) when I use the Import Wizard to > > generate my import statements when there are several possibilities for > > the class (Iterator). > > > > The function jde-import-choose-imports appears to be the one that > > displays the dialog buffer, and to my non-Lisp-enabled brain looks > > correct. I see the dialog buffer displaying radio-buttons for three > > possible completions, with java.util.Iterator selected. The mini-buffer > > shows new-import=javax.swing.text.html.HTMLDocument.Iterator. However > > there are no selection buttons (OK/Cancel presumably) so I'm unable to > > interact with the dialog.
