NebraskaServer

Kyle Bygott Henry.Bygott at colorado.edu
Wed Jun 12 16:50:48 UTC 2002


"Lex Spoon" wrote:
>Closing the resulting NetworkTerminalMorph is an interesting exercise
>since there is no border and since halos don't work on it. It's a
>little sad that the client end of Nebraska never got snazzier than the
>simple NetworkTerminalMorph. NTM should be the *central* part of the
>interface; there should really, IMHO, be some sort of border around it.
>The border could make it clear that you are accessing a remote computer,
>and it would provide a place to put some buttons for things like
>"disconnect".

Change the last line of NetworkTerminalMorph class method "openAndConnectTo:
serverHost port: serverPort" to:
^me openInStyle: #scaled
This opens the remote image in a border, with convenient buttons such as
disconnect.  Quite helpful =).

Kyle Bygott




More information about the Squeak-dev mailing list