已有101人关注
对话框弹不出来
发表在Java图书答疑 2020-08-19 悬赏:2 学分 《Java从入门到精通(第4版)》第13章 Swing程序设计
是否精华
版块置顶:

package exceise;


import java.awt.Component;

import java.awt.Container;

import java.awt.Graphics;


import javax.swing.Icon;

import javax.swing.JFrame;

import javax.swing.JLabel;

import javax.swing.SwingConstants;


public class DrawIcon implements Icon{

private int width;

private int height;

public int getIconHeight() {

return this.height;

}

public int getIconWidth() {

return this.width;

}

public DrawIcon(int width,int height) {

this.width=width;

this.height=height;

}

public void paintIcon(Component arg0,Graphics arg1,int x,int y) {

arg1.fillOval(x, y, width, height);

}

public static void main(String args[]) {

DrawIcon icon=new DrawIcon(15,15);

JLabel j=new JLabel("测试",icon,SwingConstants.CENTER);

JFrame jf=new JFrame();

Container c=jf.getContentPane();

}

}


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

不知道你在写什么,哪来的什么对话框

首页上一页 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经营性网站备案信息 营业执照