Re: ReverseString [Was: An example for PostableResource wanted]

Dear Anselm:

 You did reply on all emails from me.  Thank you.

 I have another question. How difficult to implement the following:
 Suppose I want to have a little window to display the current list of the
 clients connected to Jigsaw ( and keep it updated). Something like this:

protected List connection_list;

 // Create a window to display the  connections to Jigsaw
        Frame f = new Frame("Server Status");
        connection_list = new List();
        f.add("Center", connection_list);
        f.resize(400, 200);
        f.show();
....

Mark.

Received on Tuesday, 9 July 1996 13:08:11 UTC