forked from External/mage
Changed font for feedback area from "times" to logical java font "Dialog".
This commit is contained in:
parent
6b7565b097
commit
2198a01781
2 changed files with 11 additions and 13 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue