1 /* 2 SwingWT 3 Copyright(c)2003-2004, R. Rawson-Tetley 4 5 For more information on distributing and using this program, please 6 see the accompanying "COPYING" file. 7 8 Contact me by electronic mail: bobintetley@users.sourceforge.net 9 10 $Log: GraphicsDevice.java,v $ 11 Revision 1.2 2004/04/20 15:11:25 bobintetley 12 awt.MenuShortcut implementation 13 14 15 */ 16 package swingwt.awt; 17 18 /** 19 * @author Daniel Spiewak 20 */ 21 public class GraphicsDevice { 22 23 } 24 25 /* 26 ***************************************************** 27 * Copyright 2003 Completely Random Solutions * 28 * * 29 * DISCLAMER: * 30 * We are not responsible for any damage * 31 * directly or indirectly caused by the usage * 32 * of this or any other class in assosiation * 33 * with this class. Use at your own risk. * 34 * This or any other class by CRS is not * 35 * certified for use in life support systems, * 36 * the Space Shuttle, in use or developement * 37 * of nuclear reactors, weapons of mass * 38 * destruction, or in interplanitary conflict. * 39 * (Unless otherwise specified) * 40 ***************************************************** 41 */