Is it possible to make the ProcessorEditor screen transparent?

Is it possible to make the window itself transparent and only show the components it holds?

I tried setAlpha(0.1f) in the constructor of Editor. The result was that the screen was not transparent, only the text was faded.
Is there any way to make the Editor window disappear?