KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > javax > swing > SwingHeavyWeight


1 /*
2  * @(#)SwingHeavyWeight.java 1.2 05/11/17
3  *
4  * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
5  * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
6  */

7 package javax.swing;
8
9 /**
10  * An interface used to tag heavy weight components that we want processed
11  * by Swing's RepaintManager.
12  *
13  * @version 1.2 11/17/05
14  * @author Scott Violet
15  */

16 interface SwingHeavyWeight {
17 }
18
Popular Tags