How to add RGB values into setColor() in Java? get a Color instance with the simple code: Color myWhite = new Color(255, 255, 255); // Color white Then, ...
確定! 回上一頁