ImageIcon imageIcon = new ImageIcon(file.getPath());
                if(imageIcon.getImageLoadStatus() == MediaTracker.COMPLETE) {
                     editTP.insertIcon(new ImageIcon(file.getPath()));
                } else {
                    // 图像加载失败, igonre
                }
posted on 2011-09-23 09:59  网络大豆  阅读(339)  评论(0编辑  收藏  举报