How can I make the red/yellow close/minimise buttons white, on the standalone JUCE plugin?

You would need to write your own JUCEApplication class to replace the default StandaloneFilterWindow.

See this thread: Styling the Standalone plugin window? - #15 by fr810

1 Like