Hi, I'm setting up multiple game servers and I get random c10 error on any port. My operating system is windows 2012. There was no such problem in Windows 2008. Do you know why this is the problem?
Hi, I'm setting up multiple game servers and I get random c10 error on any port. My operating system is windows 2012. There was no such problem in Windows 2008. Do you know why this is the problem?
Java Color.rgb(random,random,random) 05/19/2014 - Java - 4 Replies Guten Abend liebe Community,
ich habe ein Anliegen.
Wie ist es möglich bei der Methode : setTextColor(Color.rgb(0,0,0));
anstatt (0,0,0) 3 random Integer zu verwenden wenn ja wie?
Ich habe es mal so probiert:
final Random r = new Random();