daswebmastri 0 Newbie Poster

Hello All! First post I believe. I've hit a small program in a project of mine. For my Senior Projects class, I am writing an accounting system for a small town in Java. I have an AWT List Box that hold the login names for all the employees. In my native OS (Ubuntu 10.10), the program does wonderfully; however in Windows (7), the box will not display anything until I add a new employee to the list. I have an action listener on it to display the employees' data in text fields adjacent. In Linux, I click on the name and the info is displayed instantly. In Windows, when I click, shows the same info regardless of which employee I click on. I am running VirtualBox to test my compatibility in Windows.

Any ideas?

-Das