Is there a tool in JUCE to use the title bar as a file explorer for the current loaded file, in OSX, like Sublime Text, for instance?
Yes, we do this in the Projucer - you’ll need to call ComponentPeer::setRepresentedFile() on your peer and you can additionally call ComponentPeer::setIcon() to give it an icon.
2 Likes

