success in getting picture from http server and display it
Posted on July 7th, 2005 by HuHe
I have a new idea that I want to use apache as the server for my project. The apache server can work as: server for MySql+php, server for Java GUI, server for WebPage.
and I also knew: FileOutputStream is meant for writing streams of raw bytes such as image data, which means I can use FileOutputStream to output a image file. I succeed in getting the image and text file from the http server, and display them on the GUI(popup dialog).
Filed under: Java

Leave a Reply