hi,
my english isnt very good.ı need some help for socket programming.
DESIGN AND IMPLEMENT A GRAPHICAL USER INTERFACE to transfer a single image file to a designated client computer.
Basic Program Flow:
- A server starts to listen on a port
- A client connects to the server on that specific port and starts downloading an image file.
- When the transfer is complete, the client GUI views the downloaded file in an appropriate component (JPanel, etc.)
- Server receives a message indicating the transfer is complete.
- No need for multiple client transfers.