首页 > TAG信息列表 > IconDemo

Icon,ImageIcon标签

1 public class IconDemo extends JFrame implements Icon { 2 int width; 3 int height; 4 public IconDemo(){ 5 } 6 public IconDemo(int width,int height){ 7 this.width=width; 8 this.height=height; 9 } 10 public void ini