I've been using JUCE's ResizableCornerComponent to resize components. It works well, but only the buttom right corner is resizable. I want to know if there's a way to make all corners resizable, or if I must implement a custom Component subclass.
Thanks!