steos / jnafilechooser

A Java file chooser API that uses the Windows native dialogs if possible.
BSD 3-Clause "New" or "Revised" License
53 stars 14 forks source link

Repaint the underlying window #11

Open siggemannen opened 4 years ago

siggemannen commented 4 years ago

Hi, and thanks for the cool lib! I noticed that when you drag around the native dialog, the underlying window isn't repainted. Is there anything specific needs to be done to handle that? Perhaps a manual repaint or such?

steos commented 4 years ago

Thanks for the feedback. I was not aware of this behavior. It's a good question and should be investigated.