ImageIcon imageIcon = new ImageIcon(file.getPath());
if(imageIcon.getImageLoadStatus() == MediaTracker.COMPLETE) {
editTP.insertIcon(new ImageIcon(file.getPath()));
} else {
// 图像加载失败, igonre
}
if(imageIcon.getImageLoadStatus() == MediaTracker.COMPLETE) {
editTP.insertIcon(new ImageIcon(file.getPath()));
} else {
// 图像加载失败, igonre
}