Main Page
    Cookbook/Overview     ImageMeister     the jcprops file     Licensing
    Binary Installation & Configuration [ Win · Mac · Nix · OSX ]     Changes
    Public API
    Source Code Main Page
        Java [ Common · Win · Mac · Nix ]     Native Code [ Common · Win · Mac · Nix ]     Manifest
        Native Code Overviews [ Common · Win · Mac · Nix · Strings ]     Macros [ General · Native Macros ]
        Walkthroughs [ Java only · Java and native ]     Building [ Win · Mac · Nix · OSX ]     Distribution Issues

All Packages  This Package  Class Hierarchy  Class Search  Index

Class com.tolstoy.testjc.IconDisplayPanel
java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----com.tolstoy.testjc.IconDisplayPanel

  Summary

class  IconDisplayPanel
     extends java.awt.Panel
{
          // Fields 5
     int[] bits;
     private static final String copyrightString;
     int height;
     MemoryImageSource mis;
     int width;

          // Constructors 1
     public IconDisplayPanel(int[], int, int);

          // Methods 2
     public void paint(Graphics);
     public Dimension preferredSize();
}

Used to display a panel containing an icon.

Author:
Copyright (c) 1997-2002 Samizdat Productions. All Rights Reserved.




  Fields

· copyrightString

Summary  |  Top

   private static final String copyrightString


· mis

Summary  |  Top
   MemoryImageSource mis


· bits

Summary  |  Top
   int[] bits


· width

Summary  |  Top
   int width


· height

Summary  |  Top
   int height


  Constructors

· IconDisplayPanel

Summary  |  Top

   public IconDisplayPanel(int[] bits, 
                           int wd, 
                           int ht) 


  Methods

· preferredSize

Summary  |  Top
   public Dimension preferredSize() 
Overrides:
preferredSize in class Container


· paint

Summary  |  Top
   public void paint(Graphics g) 
Overrides:
paint in class Container


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7