JPTUI 3.5 : Error codes (debug version only)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

When using the debug version of JPTUI, you can get the following message :
"Abnormal program termination -> xx" where xx is an error number.

This error number is one of the following :

Ŀ
   1  Can't add an element to an open window                              
Ĵ
   2  An element of the object being destructed hasn't been destructed    
Ĵ
   3  Can't add an element to an object which is open or can't have child 
      objects                                                             
Ĵ
   4  Invalid object number                                               
Ĵ
   5  Object without window                                               
Ĵ
   6  Disabled element                                                    
Ĵ
   7  Only a tab can be added to a tab group                              
Ĵ
   8  No tab is visible                                                   
Ĵ
   9  Only one application can be declared                                
Ĵ
  10  An application must be declared before any window declaration       
Ĵ
  11  A window must be closed before being destructed                     
Ĵ
  12  Can't add a menu to an open menu bar                                
Ĵ
  13  Invalid icon type                                                   
Ĵ
  14  Invalid item number                                                 
Ĵ
  15  A window mustn't refuse to take the focus                           
Ĵ
  16  The visible tab is not the good one                                 
Ĵ
  17  A disabled push button can't be pressed                             
Ĵ
  18  The edit zone hasn't taken the focus again after the closing of the 
      message box                                                         
Ĵ
  19  Invalid button type                                                 
Ĵ
  20  Invalid button number                                               
Ĵ
  21  The application is destructed without being stopped or while some   
      dialog boxes are running                                            
Ĵ
  22  Before destructing the application, all windows must be closed and  
      destructed                    		                            
Ĵ
  23  The application can't be initialized if it has already been         
      initialized or if some dialog boxes are running                     
Ĵ
  24  The application must be initialized before being ran                
Ĵ
  25  A dialog box can't be run if the application hasn't been initialized
Ĵ
  26  Invalid window number                                               
Ĵ
  27  Invalid window height                                               
Ĵ
  28  Invalid menu number                                                 

