Remove bold font
Signed-off-by: Chris Cromer <chris@cromer.cl>
This commit is contained in:
parent
2092690206
commit
b1a307a8e5
@ -147,10 +147,6 @@ public interface Constantes {
|
|||||||
* The normal font to use
|
* The normal font to use
|
||||||
*/
|
*/
|
||||||
Font FONT = new Font("monospaced", Font.PLAIN, FONT_SIZE);
|
Font FONT = new Font("monospaced", Font.PLAIN, FONT_SIZE);
|
||||||
/**
|
|
||||||
* The bold font to use
|
|
||||||
*/
|
|
||||||
Font BOLD_FONT = new Font("monospaced", Font.BOLD, FONT_SIZE);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generate a random number between given min and max
|
* Generate a random number between given min and max
|
||||||
|
Loading…
Reference in New Issue
Block a user