newbie question, how do i reset the background

how do i reset the background color in JOGL once the animation has already begun?

You’ll need glClearColor to set the colour which is used, and glClear with the appropriate bit flags to actually clear the screen.

it worked, thanks