How to get Courier as Font?
Hello!On my computer I got the font "Courier New", but I would like to use "Courier" in my Java program.
Does any one know how to do that? I guess that I have to download it from some wehere and install it on my computer first so I can do for e.g. Font font = new Font("Courier", Font.PLAIN, 10);
Or does any one know how the method createFont works in class Font?
Best regards
Fredrik
