I was just starting to create my first Java GUI application, and I decided to use the NetBeans IDE to do this. I think that his work is still beautiful, except for one problem; This is a slow update to the contents of the window.
Even in very simple windows with several controls, I find that when - for example, closing or resizing the window, I get the normal border of the window, but the inside is fully visible for a second.
This is not the biggest deal in the world, I just find it slightly annoying.
EDIT: I tried HelloWorldSwing from the official Java tutorial, but I have the same problem, only now, when changing the transparency size, the new window area is black until the content is updated.
source share