java 按钮添加图片.docx

上传人:小飞机 文档编号:3159425 上传时间:2023-03-11 格式:DOCX 页数:3 大小:36.88KB
返回 下载 相关 举报
java 按钮添加图片.docx_第1页
第1页 / 共3页
java 按钮添加图片.docx_第2页
第2页 / 共3页
java 按钮添加图片.docx_第3页
第3页 / 共3页
亲,该文档总共3页,全部预览完了,如果喜欢就下载吧!
资源描述

《java 按钮添加图片.docx》由会员分享,可在线阅读,更多相关《java 按钮添加图片.docx(3页珍藏版)》请在三一办公上搜索。

1、java 按钮添加图片import javax.swing.*;public class Tianjiatupian extends JFrameJButton b1;String tujin=F:0.jpg;Tianjiatupianthis.setLayout(null);ImageIcon image = new ImageIcon(tujin); b1=new JButton(555,image);b1.setBounds(5, 5, 500, 200);this.add(b1);this.setSize(550, 550);this.setVisible(true);this.set

2、DefaultCloseOperation(this.EXIT_ON_CLOSE);public static void main(String args) new Tianjiatupian;图片一般是要jpg或gif的import java.awt.*;import javax.swing.*;public class TestBackgroundColor extends JFramepublic static void main(String args)/ TODO Auto-generated method stubTestBackgroundColor tbc = new Test

3、BackgroundColor;tbc.setVisible(true);private JPanel imagePanel;private ImageIcon background;public TestBackgroundColorbackground = new ImageIcon(渐变背景14.png);/背景图片JLabel label = new JLabel(background);/把背景图片显示在一个标签里面/把标签的大小位置设置为图片刚好填充整个面板label.setBounds(0,0,background.getIconWidth,background.getIconH

4、eight);/把内容窗格转化为JPanel,否则不能用方法setOpaque来使内容窗格透明imagePanel = (JPanel)this.getContentPane;imagePanel.setOpaque(false);/内容窗格默认的布局管理器为BorderLayoutimagePanel.setLayout(new FlowLayout);imagePanel.add(new JButton(测试按钮);this.getLayeredPane.setLayout(null);/把背景图片添加到分层窗格的最底层作为背景this.getLayeredPane.add(label,new Integer(Integer.MIN_VALUE);this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);this.setSize(background.getIconWidth,background.getIconHeight);this.setVisible(true);

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 生活休闲 > 在线阅读


备案号:宁ICP备20000045号-2

经营许可证:宁B2-20210002

宁公网安备 64010402000987号