Changed font for feedback area from "times" to logical java font "Dialog".

This commit is contained in:
LevelX2 2015-03-18 10:07:03 +01:00
parent 6b7565b097
commit 2198a01781
2 changed files with 11 additions and 13 deletions

View file

@ -46,7 +46,7 @@ import javax.swing.text.html.ImageView;
* UI utility functions.
*/
public class UI {
private static ConcurrentMap<URI, Image> imageCache = new ConcurrentHashMap<URI, Image>();
private static final ConcurrentMap<URI, Image> imageCache = new ConcurrentHashMap<>();
public static JToggleButton getToggleButton () {
JToggleButton button = new JToggleButton();