• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

JComboBox and Mac

 
Ranch Hand
Posts: 92
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
My JComboBox behaves as you would expect on an NT platform, but on MAC it goes to pieces.
Imagine a JComboBox where you have three items in the list. The JComboBox is near the top of the JDialog that contains it.
The user selects the last item.
The user selects down arrow to display.
MAC: The JComboBox displays upwards and only shows two items. You can't even scroll to see the top item in the list.
NT: The JComboBox displays downward starting at the top most item and shows the selected item as highlighted.
Can I force the combobox to display downward?
Can I force the combobox to display all entries?
Thanks!
 
reply
    Bookmark Topic Watch Topic
  • New Topic