textbender.o.swing
Class Swing

java.lang.Object
  extended by Swing

public class Swing
extends Object

Swing utilities.


Method Summary
static Font typicalComponentFont()
          A typical font for a Swing component.
static void workaroundRepaintHiccup(JComponent container)
          Works around a Swing rendering glitch in which top-level containers go through a repaint hiccup on first showing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

typicalComponentFont

public static Font typicalComponentFont()
A typical font for a Swing component.


workaroundRepaintHiccup

public static void workaroundRepaintHiccup(JComponent container)
Works around a Swing rendering glitch in which top-level containers go through a repaint hiccup on first showing.