Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I don't know somethig about <code>AWT ComboBox</code> there is only <a href="http://download.oracle.com/javase/6/docs/api/java/awt/Choice.html" rel="nofollow">Choice</a>, and AWT Componets silently d*i*e*d sometime in last milenium, for todays GUI is required <a href="http://download.oracle.com/javase/tutorial/uiswing/components/index.html" rel="nofollow">Swing JComponents</a></p> <p>for <a href="http://download.oracle.com/javase/tutorial/uiswing/components/combobox.html" rel="nofollow">JComboBox</a> you can implements <a href="http://download.oracle.com/javase/tutorial/uiswing/events/actionlistener.html" rel="nofollow">ActionListener</a>, but I think that you have to use this <code>Listener</code>if you want/needed to change <code>JComboBox</code> itself, </p> <p>for <code>JComboBox</code> I suggest that better <code>Listener</code> for <code>JComboBox</code> is <a href="http://download.oracle.com/javase/tutorial/uiswing/events/itemlistener.html" rel="nofollow">ItemListener</a>, because there are three important states <code>ItemEvent.SELECTED, DESELECTED and ITEM_STATE_CHANGED</code></p> <p>notice <code>JComboBox</code> has two states Editable and non-Editable</p> <p>EDIT: for clear mind and enjoy from programing don't mixing <code>AWT Components</code> and with <code>Swing JComponents</code>, in other hands, sure that possible from JDK1.6_012 more <a href="http://java.sun.com/products/jfc/tsc/articles/mixing/" rel="nofollow">here</a> and <a href="http://java.sun.com/developer/technicalArticles/GUI/mixing_components/" rel="nofollow">here</a>, but for nice and correct output to the GUI you have to needed lots of skills about Java GUI </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload