Execute commands at application startup: awakeFromNib()
 
To execute commands at the startup of a nib file, use this function in your main java class:
public void awakeFromNib()
  {
  //Operations, executed at startup
  //Example: System.out.println(\"start\");
  }
 
admin / Dec 01, 2004
   
 
 
Login: 
Pass: 
 
 
     
     
2004 - 2023 / lookass.ch
makememad@lookass.ch