Little CalloutBox suggestion

Hello Jules,

I believe that CalloutBox should expose the value of 'borderSpace'. I'm doing some animation and positioning of CalloutBoxes and if I don't take this value into account when I compute the size of my content component in relation to the FitInArea, the drawing of the arrow often results distorted or absent. Of course I know by looking at the code that this is

borderSpace = jmax (20, (int) arrowSize);

but that might change in the future.

Thanks for your attention!

Sure, good request - I've added a method for it now (but left it marked as "internal" as it's a pretty obscure thing to need)