
JPanel jp = new JPanel()//新建面板
jp.setLayout(new FlowLayout())//设置面板布局
ImageIcon ii=new ImageIcon(getClass().getResource("/Picture/i.jpg"))
JLabel uppicture=new JLabel(ii)//往面板里加入JLabel
this.setVisible(true)
欢迎分享,转载请注明来源:内存溢出

JPanel jp = new JPanel()//新建面板
jp.setLayout(new FlowLayout())//设置面板布局
ImageIcon ii=new ImageIcon(getClass().getResource("/Picture/i.jpg"))
JLabel uppicture=new JLabel(ii)//往面板里加入JLabel
this.setVisible(true)
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)