在下面这段代码的划线处,填写什么样的代码,才能保证当用户单击框架的关闭按钮时,能同时关闭程序的运行。public class GraphicalHelloWorld
{
public static void main(String args[])
{
JFrame frame=new JFrame( );
frame.setDefaultCloseOperation( );
欢迎免费使用小程序搜题/刷题/查看解析,提升学历,成考自考报名,论文代写、论文查重请加客服微信skr-web
在下面这段代码的划线处,填写什么样的代码,才能保证当用户单击框架的关闭按钮时,能同时关闭程序的运行。public class GraphicalHelloWorld
{
public static void main(String args[])
{
JFrame frame=new JFrame( );
frame.setDefaultCloseOperation( );
frame.setVisible(true);
frame.setSize(500,300);
}
}
JFrame.EXIT_ON_CLOSE
×
提示:小程序已经收录此题,请在小程序查看名师解析。翰林刷小程序提供搜题,刷题,助你轻松通过考试