1 /* 2 * Created on Dec 30, 2003 3 */ 4 package swingwt.awt; 5 6 /** 7 * @author Daniel Spiewak 8 */ 9 public class ImageCapabilities { 10 11 /** 12 * @param b 13 */ 14 public ImageCapabilities(boolean b) { 15 } 16 17 } 18 19 /* 20 ***************************************************** 21 * Copyright 2003 Completely Random Solutions * 22 * * 23 * DISCLAMER: * 24 * We are not responsible for any damage * 25 * directly or indirectly caused by the usage * 26 * of this or any other class in assosiation * 27 * with this class. Use at your own risk. * 28 * This or any other class by CRS is not * 29 * certified for use in life support systems, * 30 * the Space Shuttle, in use or developement * 31 * of nuclear reactors, weapons of mass * 32 * destruction, or in interplanitary conflict. * 33 * (Unless otherwise specified) * 34 ***************************************************** 35 */