Hi i want to increase or decrease the size of text programmatically in Java? The text should be increased or decreased programmatically and should work on Console text and not on JLabel.
Asked
Active
Viewed 76 times
0
-
That is not going to work. Your application simply outputs text to a console. The Console then decides how to display that data. Font sizes can be adjusted in the settings fo your console. – f1sh May 09 '16 at 13:06
-
But we are given this as a lab task. sir gave us a hint to use Uni Code to resize it. – Yalmaz Hasan Butt May 09 '16 at 13:07
-
1"Sir" needs to think of more useful things to teach his students in Lab tasks! – Stephen C May 09 '16 at 13:22