DLIB: the code part 2
   public DLIB () {
      initialize ();
      createSurrogates();
      terminate();
   }
     :
   public static void main (String[] args) {
      DLIB me = new DLIB ();
   }