图像用户界面基本操作

package day01;

import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;

import javax.swing.*;

public class day5 extends JFrame{
	public static void main(String[] args) {
		
	
	JFrame n=new JFrame("创建下拉框");
	n.setLayout(new FlowLayout());
	n.setSize(3000,1000);
	Button b=new Button("kkkkkkkk");
	Button c=new Button("llllllllllllllll");
	Button d=new Button("这是一个按钮");
	b.setBounds(300,45,33,222);
	
	Label label=new Label("这是一个对话框");
	Checkbox checkBox=new Checkbox("中国");
	Checkbox checkBox1=new Checkbox("中国");
	Checkbox checkBox2=new Checkbox("中国");
	n.setVisible(true);
	b.setVisible(true);
	b.addActionListener(new ActionListener(){
		public void actionPerformed(ActionEvent e){
			b.setSize(230,89);
			
		TextField tf=new TextField("hello",30);
			 n.add(tf);
		}
	});
	n.add(b);
	n.add(c);
	n.add(d);
	n.add(checkBox);
	n.add(checkBox2);
	n.add(checkBox1);
	}

}
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值