Class MyExit

java.lang.Object
  extended byMyExit

public class MyExit
extends java.lang.Object

A static class used to stop execution before System.exit(1) code, to avoid the "Unable to register TclNotifier window class" error in W2000 and XP

Author:
Pietro Terna

Constructor Summary
MyExit()
           
 
Method Summary
static void exit(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyExit

public MyExit()
Method Detail

exit

public static void exit(int i)