Windows « JComboBox « Java Swing Q&A





1. Why do I get very different behaviours from JComboBox, depending on platform (Windows/Linux) and language (Java/Jython)    stackoverflow.com

I'm writing a Jython application that will ultimately run on Linux. I develop on a Windows machine, and I'm getting inconsistent behaviour when I test on Linux.

  • Dev machine- Windows XP, Java ...

2. Issue with ComboBox and Windows L&F    coderanch.com

Michael, Are you executing any event code handling at all when you click on the scrollbar? Even if you think you are performing logical event handling something may be amiss. Also what OS are you running on? I have seen something similar while running on the Windriver operating system and it was a bug in their Java EVM. Also, on some ...