Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Advanced-java] JComboBox and ActionListener


  • From: Christian.Ribeaud@xxxxxxxxxxxx (Christian Ribeaud)
  • Subject: [Advanced-java] JComboBox and ActionListener
  • Date: Wed, 23 Jan 2002 14:36:40 +0100

What is exactly the difference between ItemListener and ActionListener
in
the JComboBox? I remember of having seen JComboBox examples where I
could catch
an ActionListener by changing the selected item in a JComboBox.

christian

> Try the ItemListener
> 
> Hope this helps
> Sybille