I'm currently working on project which focus on collaborative drawing application.
What I want to do is when I draw something on my side (Drawing on a jPanel) send that drawn content to another machine through network when I press the send button.
Drawing part is already done. Is there any way to get the content?