What’s that Constructor good for? I read it would allow the JFrame to be specially constructed for that graphic configuration and avoid common color mode problems.
But every other tutorial suggests using the standard JFrame Constructor.
So, should I use the standard constructor or prefer the one with the GC? Are there really any benefits?