Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.memoire.bu
Class BuUpdateGUI  view BuUpdateGUI download BuUpdateGUI.java

java.lang.Object
  extended bycom.memoire.bu.BuUpdateGUI

public class BuUpdateGUI
extends java.lang.Object

A way to safely repaint a component. This code is very slow under 1.4 so it is all commented (or maybe it is an XFree bug ?).


Constructor Summary
BuUpdateGUI()
           
 
Method Summary
static void repaintLater(javax.swing.JComponent _c)
           
static void repaintNow(javax.swing.JComponent _c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuUpdateGUI

public BuUpdateGUI()
Method Detail

repaintNow

public static void repaintNow(javax.swing.JComponent _c)

repaintLater

public static void repaintLater(javax.swing.JComponent _c)