Is there an Input dialog window in Juce?

Or do I just need to create a new window and add components to handle input.

It’s for saving a preset names. Behaviour is just click save preset then I want dialog window to open and have text box open to accept input…

Its OK. I’ve gone down the DialogWindow route with custom component :wink:

There’s also AlertWindow, which could be more what you’re after.