dpanshu
dpanshu

Reputation: 463

Java screen sharing program

I want to create a multi-cllient client-server program in which the server has separate windows to display all clients screens, to monitor what's going on on their computers. How will i do it?

i want to know how will i display the screen on the server i am using a GUI interface.

Upvotes: 0

Views: 761

Answers (1)

David Schwartz
David Schwartz

Reputation: 182883

You'll set out your requirements, come up with an initial design, flesh out the design, begin implementing it, and then refine the design, continue implementing, test, and debug until you have a satisfactory implementation. If you run into trouble or have specific questions, you can ask more questions.

Upvotes: 5

Related Questions