Main Page
    Cookbook/Overview     ImageMeister     the jcprops file     Licensing
    Binary Installation & Configuration [ Win · Mac · Nix ]     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 ]     Distribution Issues

All Packages  This Package  Class Hierarchy  Class Search  Index

Class com.tolstoy.imagemeister.AboutBox
java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----com.tolstoy.imagemeister.AboutBox

  Summary

class  AboutBox
     extends java.awt.Dialog
{
          // Fields 7
     boolean bGray;
     private static final String copyright;
     Panel down;
     private static final String kIcon;
     Button okButton;
     WindowOwner owner;
     AboutPanel up;

          // Constructors 1
     public AboutBox(VisitURLRecipient, WindowOwner, String, Frame, boolean);

          // Methods 2
     public boolean gotFocus(Event, Object);
     public boolean handleEvent(Event);
}

Author:
Copyright (c) 1997,1998,1999,2000 Samizdat Productions. All Rights Reserved.




  Fields

· copyright

Summary  |  Top

   private static final String copyright


· down

Summary  |  Top
   Panel down


· up

Summary  |  Top
   AboutPanel up


· okButton

Summary  |  Top
   Button okButton


· owner

Summary  |  Top
   WindowOwner owner


· bGray

Summary  |  Top
   boolean bGray


· kIcon

Summary  |  Top
   private static final String kIcon


  Constructors

· AboutBox

Summary  |  Top

   public AboutBox(VisitURLRecipient vr, 
                   WindowOwner onr, 
                   String imageBase, 
                   Frame parent, 
                   boolean bgray) 


  Methods

· handleEvent

Summary  |  Top
   public boolean handleEvent(Event ev) 
Overrides:
handleEvent in class Component


· gotFocus

Summary  |  Top
   public boolean gotFocus(Event e, 
                           Object arg) 
Overrides:
gotFocus in class Component


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