/* the GUI protocol has been changed to support quoting and the java version has not been fixed!!! The JAVA version has never been operationnal (not much was missing though) as I was waiting to get the GUI protocol finalised. */ import java.awt.*; import java.awt.image.*; import java.util.*; import java.net.*; import java.io.*; class icon_xpm{ public String tb[]; public icon_xpm next; public static icon_xpm first=null; public String name; public icon_xpm(String tbstr[], int nbstr, String name){ this.next = first; first = this; tb = new String[nbstr]; for (int i=0; i= '0' && first <= '9'){ num = Integer.parseInt(verb); }else{ for (int i=0; i