List of usage examples for java.awt Component subclass-usage
From source file org.en.tealEye.guiMain.MainAppFrame.java
public class MainAppFrame extends Component implements Licensable, ProgressIndicator { private static final Log log = LogFactory.getLog(MainAppFrame.class); private JDesktopPane desktop; private FloatingToolbarPanel floatingToolbar; private final Map<String, JInternalFrame> frameMap = new HashMap<String, JInternalFrame>();
From source file MemImage.java
/** MemImage is an in-memory icon showing a Color gradient. */ public class MemImage extends Component { /** * Demo main program, showing two ways to use it. Create a small MemImage * and set it as this Frame's iconImage. Also display a larger version of
From source file MouseDrag.java
/** * MouseDrag -- implement simple mouse drag in a window. */ public class MouseDrag extends Component implements MouseListener, MouseMotionListener { /** The Image we are to paint */ Image curImage;
From source file TextFormat.java
/**
* A display of text, formatted by us instead of by AWT/Swing.
* <P>
* This program is distributed under the terms of the accompanying COPYRIGHT.txt
* file (which is NOT the GNU General Public License). Please read it. Your use
* of the software constitutes acceptance of the terms in the COPYRIGHT.txt
From source file SaveImage.java
public class SaveImage extends Component implements ActionListener { String descs[] = { "Original", "Convolve : LowPass", "Convolve : Sharpen", "LookupOp", }; int opIndex; private BufferedImage bi, biFiltered;
From source file ImageDrawingComponent.java
class ImageDrawingComponent extends Component { static String descs[] = { "Simple Copy", "Scale Up", "Scale Down", "Scale Up : Bicubic", "Convolve : LowPass", "Convolve : Sharpen", "RescaleOp", "LookupOp", }; int opIndex;
From source file edu.ku.brc.ui.IconManager.java
/**
* Caches icon in three sizes (32, 24, 16).
* NOTE: The AppName in UIRegistry MUST be set first before calling
* setApplicationClass.
* @code_status Beta
*
From source file com.gnadenheimer.mg3.utils.Utils.java
/** * * @author user */ public class Utils extends Component {
From source file net.fenyo.gnetwatch.GUI.BasicComponent.java
/**
* This class implements an AWT component capable of drawing time series with the Java2D API.
* @author Alexandre Fenyo
* @version $Id: BasicComponent.java,v 1.39 2008/08/06 16:51:42 fenyo Exp $
*/
From source file storybook.SbApp.java
public class SbApp extends Component { private static boolean bTrace = false; private static boolean bTraceHibernate = false; private static SbApp instance; private static String i18nFile;