| AVR Z-LINKŪ | |||||
00001 /* This file has been prepared for Doxygen automatic documentation generation.*/ 00002 package main; 00003 00004 import gui.ChatWindow; 00005 import gui.MainFrame; 00006 00007 00024 public class Main { 00025 00026 00035 public static void main( String[ ] args ){ 00036 00037 new EventHandler( new MainFrame( ), new ChatWindow( ) ); 00038 } 00039 00040 } 00041 00070 /*=== Introduction ===================================================*/ 00122 /*=== Functions ======================================================*/ 00204 /*=== Setup ==========================================================*/
Generated on Sat Dec 2 16:14:07 2006 for AVR414 User's Guide - ATAVRRZ502 - Accessory Kit by 1.4.7
|