Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. weasel669

    Applet: read file and display properly

    Thanks prosper, worked perfectly!
  2. weasel669

    socket detect client disconnect

    I'm working on a small test server that displays "hello world" on both the server screen and the client screen. my problem is when i disconnect the client "ctrl-c" the server doesn't know this. how do i detect that the client has disconnected so the server can reset itself and wait for a new...
  3. weasel669

    Applet: read file and display properly

    I'm trying to read a file on the same system as the applet and display it in an applet window. my problem is the file which includes line breaks displays on one line. how can i fix this??? import java.applet.Applet; import java.awt.Graphics; import java.io.*; public class Simple extends...

Part and Inventory Search

Back
Top