Hi, Joe.
01.04.15 6:12, joe darcy wrote:
+ /**
+     * Returns the font of the component.
+     * @return the font of the component
+     * @param c the component
+     */
     protected Font getFont(Component c) {
         Font font = getTitleFont();
         if (font != null) {

It seems that this method returns the font of the TitledBorder. (I think this method it was made protected accidentally, and the idea was that it shall be private, but now we cannot change it.)

--
Best regards, Sergey.

Reply via email to