================================= ================================= ================================= 출처: (202psj.tistory.com) 요번 java 7버전으로 업데이트 되면서 이런 현상이 두두러진다. 애플릿이 시작 할때 리소스를 로드하는 부분이나 로드 전에 잠시 딜레이를 준다. 딜레이를 주는 클래스 부분 //(202psj.tistory.com) import java.util.*; import java.util.logging.Handler; public class CTTimer { Timer _timer = new Timer(); long _delay; TTask _timerTask = null; Runnable ..