Add a setting for changing the font of the date labels inside the calendar panel.
Note: it is currently possible for the programmer to do this manually by recursively setting the font of all the controls inside the calendar panel visual components. However, it would be nice to have a setting to make it more convenient.
Original user comments:
"I wonder, is there any way to make font of component larger?
E.g. want to use it on touch-screen, and default font size (12) is quite small for default finger :).
The setFont() method does not helps, UIManager is not good approach.
I used function, that traverse recursively sub-components and set the font to them, that works fine.
Is there any direct way to change font?"
Add a setting for changing the font of the date labels inside the calendar panel.
Note: it is currently possible for the programmer to do this manually by recursively setting the font of all the controls inside the calendar panel visual components. However, it would be nice to have a setting to make it more convenient.
Original user comments:
"I wonder, is there any way to make font of component larger?
E.g. want to use it on touch-screen, and default font size (12) is quite small for default finger :).
The setFont() method does not helps, UIManager is not good approach.
I used function, that traverse recursively sub-components and set the font to them, that works fine.
Is there any direct way to change font?"