java.lang.Object | +--HELLOWORLDSWING
UD5 Example Class.
This class is provided for example purposes only.
Constructor Summary | |
HELLOWORLDSWING()
|
Method Summary | |
static void |
ACCEPT()
Placeholder. |
static void |
EXEC()
Main entry point for calling from Uniface. |
static void |
main(java.lang.String[] args)
Test the class. |
static int |
QUIT()
Notify calling Uniface application and if the user confirms, quit. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HELLOWORLDSWING()
Method Detail |
public static void main(java.lang.String[] args)
java HELLOWORLDSWING![]()
Any
- public static int QUIT()
CLOSING_SWING
int he
component instance TEST_JAVA
, with a string parameter
"See ya".
This class "closes" the swing window only if the user confirms
this is what they want to do by selecting the "Yes" option when
prompted.public static void ACCEPT()
public static void EXEC()
QUIT()