I'm learning Swing for the first time and I'm trying to change the colors of individual components using
UIManager.put("key", value),
but I'm having trouble trying to figure out how to change the color of specific components because I don't know exactly what they are called, namely the bar where the title and the close button is located. Any help would be appreciated!