• 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:
  • Campbell Ritchie
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
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!
 
Why is the word "abbreviation" so long? And this ad is so short?
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic