JDK-4198474 : JComboBox needs "ListExpansionEvent" & lstnr for pulldown activation
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.2.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 1998-12-18
  • Updated: 2000-03-16
  • Resolved: 2000-03-16
Related Reports
Duplicate :  
Description

Name: krT82822			Date: 12/17/98


original user synopsis:  "Need event for pulldown activation in JComboBox"

It would be VERY beneficial to provide
an event mechanism for the JComboBox
that is similar to the TreeExpansionEvent
capability in the JTree.  Our application
queries a database to get the items,
and it would be useful to do the query
each time the pulldown is activated.
(Review ID: 47816)
======================================================================