net.percederberg.tetris
Class MainBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--net.percederberg.tetris.MainBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class MainBeanInfo
extends java.beans.SimpleBeanInfo

A simple bean info class. This class has been created only to avoid the erroneous HTTP lookup for it when the Tetris game is run as an applet in some browsers.

Version:
1.2
Author:
Per Cederberg, per@percederberg.net

Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
MainBeanInfo()
           
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getPropertyDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainBeanInfo

public MainBeanInfo()