JUCE::URL launchInDefaultBrowser

When the browser launches, it appears in front of my DAW but behind my plugin.
How can I get my plugin out of the way?

Component::toBack() or Component::toBehind(someOther *Component) should be useful for you here …

neither worked sadly