/* * @(#)BallSamplerUI.java 0.0.0 99/05/10 * * Copyright (c) 1999 by Willie Wheeler. All rights reserved. */ package stats.plaf; import javax.swing.plaf.ComponentUI; /** * @version 0.0.0 05/10/99 * @author Willie Wheeler */ public abstract class BallSamplerUI extends ComponentUI { }