org.fuin.examples.apps4swing
Class LoginDialogNaiveApproach

java.lang.Object
  extended by org.fuin.examples.apps4swing.LoginDialogNaiveApproach

public final class LoginDialogNaiveApproach
extends java.lang.Object

Naive approach to connect controller and view.


Constructor Summary
LoginDialogNaiveApproach()
           
 
Method Summary
static void main(java.lang.String[] args)
          Starts the example.
 void start()
          Start the application in EDT thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginDialogNaiveApproach

public LoginDialogNaiveApproach()
Method Detail

start

public final void start()
Start the application in EDT thread.


main

public static void main(java.lang.String[] args)
Starts the example.

Parameters:
args - Not used.


Copyright © 2010 Future Invent Informationsmanagement GmbH. All Rights Reserved.