已有101人关注
按钮组件问题,为什么显示空指针异常
发表在Java图书答疑 2017-10-30 《零基础学Java》第14章 使用JDBC操作数据库
是否精华
版块置顶:

import java.awt.*;

import javax.swing.*;

import javax.swing.border.EmptyBorder;

public class ButtonFrame extends JFrame{

private JPanel contentPane;

public static void main(String[] args) {

EventQueue.invokeLater(new Runnable(){

public void run() {

try {

ButtonFrame frame=new ButtonFrame();

frame.setVisible(true);

}catch(Exception e) {

e.printStackTrace();

}

}

});

}

public ButtonFrame() {

setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);

setBounds(100,100,384,160);

contentPane=new JPanel();    //定义面板容器

contentPane.setBorder(new EmptyBorder(5,5,5,5));

setContentPane(contentPane);  //将面板添加到窗体

contentPane.setLayout(null);  //设置面板为绝对布局

    JPanel panel=new JPanel();

    panel.setBounds(0,0,368,122);

    contentPane.add(panel);

    panel.setLayout(null);

    JButton messageButton=new JButton("普通按钮"); //定义显示文本内容的按钮

    messageButton.setBounds(54,33,108,46);  //设置按钮显示位置

    panel.add(messageButton);               //将按钮添加到面板容器中

    java.net.URL url=getClass().getResource("D:/1.jpg");//定义图片对象地址

    ImageIcon icon=new ImageIcon(url);      //定义图片对象

    JButton imageButton =new JButton(icon);  //定义显示图片的按钮对象

    imageButton.setBounds(196,14,108,85);  //定义按钮显示位置

    panel.add(imageButton);              //将按钮显示在面板中

    }

}


分享到:
精彩评论 1
根号申
学分:4736 LV12
TA的每日心情
2021-07-16 23:48:46
2017-10-30
沙发

因为在当前类目录下没有找到名为“D:/1.jpg”的图片。

首页上一页 1 下一页尾页 1 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照