[JAVA2D] IO Exception.please help me out

2000-09-16 Thread Pavan Sulibhavi
Hi guys, this is my third question in as many days. I am pasting code below. it has an ImageServer and a client. the server is sending a specified file size. on the client side, i get a IO exception. the message is something like this. java.IO.exception at

[JAVA2D] Image again

2000-09-16 Thread Pavan Sulibhavi
Hi guys, thanks to everybody for answering my previous question. Can anybody help me out with this. it might be a bit off topic but has images in it. I am in urgent need of a solution to my problem. I am working on a multicast project wherein the sender is sending an image file and the

[JAVA2D] One more question

2000-09-15 Thread Pavan Sulibhavi
Hi guys, thanks to everybody for answering my previous question. Can anybody help me out with this. it might be a bit off topic but has images in it. I am in urgent need of a solution to my problem. I am working on a multicast project wherein the sender is sending an image file and the

[JAVA2D] Problem displaying image-Correction

2000-09-12 Thread Pavan Sulibhavi
Hi guys, I want to display an image within a frame. this is how i am trying to do it. import java.awt.*; public class ImageDemo extends Frame { MyCanvas canvas; Image image = null; public ImageDemo() { image = getParent().getToolkit().getImage("Software.jpg");