Java SE/Network Image Display 썸네일형 리스트형 Network Image Display in Java 서버측에서 클라이언트로 소켓을 통해 전달된 이미지를 JFrame 윈도우에 출력하는 예Server.java/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package org.kdea.filetransfer; import java.io.*;import java.net.*; /** * * @author duniv6-000 */public class Server { public static void main(String[] args) { .. 더보기 이전 1 다음