Is it possible to create OS native dialog boxes with JUCE (like we can for FileChooser windows)? e.g.


At the moment I’m using a DialogWindow with “useNativeTitleBar = true” but this doesn’t give you native buttons, and in the case of OS X, the native title bar has window close / minimise / resize buttons in it which you wouldn’t normally see in a dialog box.
