Why does InvokeLater cause my JFrame not to display correctly?
Ok I've read an searched all over the web, and I've not found the solution to my problem yet, perhaps I'm missing something simple, hence here I am... I've got a rather large project, that handles work orders for a repair business. It's all database connected, many many pages of code, and classes. But i just added a short bit of code to the front end that essentially checks for new messages in our notes area. Anyway, I display a simple JFrame with two JLabel s while a separate thread queries the database. This all happens at the start of the program. The problem is my little "please wait"