com.jgoodies.validation.tutorial.basics
Class ValidationMessageKeysExample
java.lang.Object
com.jgoodies.validation.tutorial.util.TutorialApplication
com.jgoodies.validation.tutorial.basics.ValidationMessageKeysExample
public final class ValidationMessageKeysExample
- extends TutorialApplication
Demonstrates how to associate validation messages with UI components.
Provides buttons to set a couple of valid and invalid results.
- Version:
- $Revision: 1.6 $
- Author:
- Karsten Lentzsch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValidationMessageKeysExample
public ValidationMessageKeysExample()
main
public static void main(String[] args)
startup
protected void startup(String[] args)
- Description copied from class:
TutorialApplication
- Starts this application when the application is launched.
A typical application creates and shows the GUI in this method.
This method runs on the event dispatching thread.
Called by the static launch
method.
- Specified by:
startup
in class TutorialApplication
- Parameters:
args
- optional launch arguments, often the main method's arguments.- See Also:
TutorialApplication.launch(Class, String[])
buildPanel
public JComponent buildPanel()
- Builds and returns the whole editor.
Copyright © 2003-2008 JGoodies Karsten Lentzsch. All Rights Reserved.