17 package com.generalrobotix.ui.util;
23 @SuppressWarnings(
"serial")
28 super(owner, caption, JOptionPane.QUESTION_MESSAGE, OK_CANCEL_TYPE);
29 setTitle(
"InputDialog");
36 combo_ =
new JComboBox(item);
37 setInputAreaWidth(300);
47 int res = showModalDialog();
49 return combo_.getSelectedItem();
#define null
our own NULL pointer
Object showComboBoxDialog()
static final int OK_BUTTON
static final int MULTILINE_CAPTION
ComboBoxDialog(Frame owner, String caption, String message, Object[] item)
void _init(Object[] item)