packageForL9L10
Class EventGeneratorExample_F

java.lang.Object
  extended by packageForL9L10.EventGeneratorExample_F

public class EventGeneratorExample_F
extends java.lang.Object


Constructor Summary
EventGeneratorExample_F()
           
 
Method Summary
static void main(java.lang.String[] args)
          A very simple application that demonstrates the MVC architecture.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventGeneratorExample_F

public EventGeneratorExample_F()
Method Detail

main

public static void main(java.lang.String[] args)
A very simple application that demonstrates the MVC architecture. This app affords no interaction to speak of. Rather, any time an event occurs (mouse event, property change event, component, or window event), information about the event is printed to the console. This app is very similar to EventGeneratorExample; the only difference is in the class definitions that are used to provide the views. The view that is based on the DotFrame class definition is capable of dispatching window events, whereas the view that is based on DotPanel is not.

Parameters:
args -