On 14/02/2019 13:02, Alexey Ivanov wrote:
BTW do we sure that the usage of IndexColorModel is not a bug?
I don't think it's a bug. Likely Windows Server OS is installed in Server Code
mode which has limited GUI support.
I was able to get IndexColorModel on my desktop by something like this:
User1:
- sleep for 10 sec - > run java program -> print color model for the current GC
-> pause
- win+L
User2:
- Login to User2 -> wait 10 sec
User1:
- IndexColorModel will be printed, instead of DirectColorModel.
--
Best regards, Sergey.