List of usage examples for com.jgoodies.looks FontSets getLogicalFontSet
public static FontSet getLogicalFontSet()
From source file:org.drools.examples.broker.ui.ScrollingBanner.java
License:Apache License
public ScrollingBanner() { super();/* w w w.ja v a2 s . c o m*/ this.ticks = new ConcurrentLinkedQueue<StockTick>(); this.setBackground(Color.black); this.setForeground(Color.GREEN); this.setFont(FontSets.getLogicalFontSet().getTitleFont()); }