File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Swing / AWT / SWT / JFace and the fly likes Refreshing in a White Board Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT / JFace
Reply Bookmark "Refreshing in a White Board" Watch "Refreshing in a White Board" New topic
Author

Refreshing in a White Board

sachin goyal
Greenhorn

Joined: Jan 18, 2002
Posts: 2
Hi ,
I am making a WhiteBoard i.e. a multi user paint brush. Anything one user draws is drawn at the same time on other user's white board.
The server sends anything drawn by one client to other clients. Other clients receive the things drawn and draw them on their white board. But when they try to draw something more, the previous drawing is erased.
Please tell me if I am doing some wrong refreshing etc.
Thanks in advance
Sachin
 
 
subject: Refreshing in a White Board
 
Threads others viewed
Drawing a line by dragging the mouse from one point to another
drawing on a JPanel without erasing the underlying drawings
Image icon problem
First Java Game - Help REALLY appreciated
JInternalFrames: sharing a graphics context
IntelliJ Java IDE