Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4138001

BasicComboBoxUI prevents incremental download of large lists...

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 1.2.0
    • client-libs



      Name: rk38400 Date: 05/13/98


      Several methods implemented BasicComboBoxUI determine
      size information for the combo box by iterating through
      all elements in the combo-box. This prohibits
      dynamic loading of large lists of items to a client
      PC.

      Specifically, the methods are:

      protected Dimension getMaxPreferredSize()
      protected Dimension getMaxMinimumSize()
      protected Dimension getMaxMaximumSize()

      In addition, there is no way to specifiy fixed
      height and width to the JList portion of the
      combo-box. Without this, the JList determines
      the layout for itself by going through each item.
      (Review ID: 30255)
      ======================================================================

            mdavidsosunw Mark Davidson (Inactive)
            rkarsunw Ralph Kar (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: