org.fuin.examples.apps4swing
Class LoginDialogBetterApproachWithSpring

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

public final class LoginDialogBetterApproachWithSpring
extends Object

Better approach using an easy framework to connect controller and view.


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

Constructor Detail

LoginDialogBetterApproachWithSpring

public LoginDialogBetterApproachWithSpring()
Method Detail

start

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


main

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

Parameters:
args - Not used.


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