891011121314
* @param args arguments given to this program * This is where it all starts. * The world's greatest Image Map generator starts running right here. */ public static void main(String[] args) { new JMFrame(); }