Alakazizam Posted July 29, 2023 Share Posted July 29, 2023 when putting text up on the screen, do we have any control of how it looks? Sometimes it appears green and bold, sometimes white and thin. Seems almost random? Quote Link to comment Share on other sites More sharing options...
sleepbotsbot Posted July 30, 2023 Share Posted July 30, 2023 You can change the color using setColor(Color) and set the font using setFont(Font). There's a few more things you can change, but have a look through the docs yourself: https://docs.oracle.com/javase%2F7%2Fdocs%2Fapi%2F%2F/java/awt/Graphics2D.html 1 1 Quote Link to comment Share on other sites More sharing options...