最新48取消窗体标题栏与边框汇总
合集下载
相关主题
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
importjavax.swing.JTextArea;
importjavax.swing.JButton;
importjava.awt.event.ActionListener;
importjava.awt.event.ActionEvent;
importjava.awt.Color;
publicclassCancelFrameTitleBorderextendsJFrame {
finalJLabel label =newJLabel();//用标签显示logo
label.setIcon(newImageIcon(getClass().getResource("logo.png")));
label.setBounds(10, 27, 112, 98);
getContentcvoidrun() {
try{
CancelFrameTitleBorder frame =newCancelFrameTitleBorder();
frame.setVisible(true);
}catch(Exception e) {
e.printStackTrace();
}
}
});
}
/**
button.addActionListener(newActionListener() {//添加按钮的事件监听器
publicvoidactionPerformed(ActionEvent e) {
do_button_actionPerformed(e);//调用按钮事件处理方法
}
});
button.setBounds(230, 172, 90, 30);
textArea=newJTextArea();//用文本域显示系统信息
textArea.setOpaque(false);//控件透明
textArea.setText("系统:\n Microsoft Windows Server 2003\n"+
" Standard Editon\n Service Pack 2\n\n\n"+
"软件:进销存管理系统\n版权:力天教育");
textArea.setBounds(154, 6, 187, 154);
getContentPane().add(textArea);//添加控件到窗体
JButton button =newJButton("\u5173\u95ED");//创建“关闭”按钮
privateJPanelcontentPane;
privateJTextAreatextArea;
/**
* Launch the application.
*/
publicstaticvoidmain(String[] args) {
EventQueue.invokeLater(newRunnable() {
48取消窗体标题栏与边框
取消窗体标题栏与边框
packagecom.swing05;
importjava.awt.EventQueue;
importjavax.swing.ImageIcon;
importjavax.swing.JFrame;
importjavax.swing.JLabel;
importjavax.swing.JPanel;
setTitle("关于进销存管理系统");//设置标题栏
getContentPane().setLayout(null);
setBounds(100, 100, 354, 206);
setLocationRelativeTo(null);//窗体居中
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
getContentPane().add(button);//添加按钮到窗体
}
protectedvoiddo_button_actionPerformed(ActionEvent e) {
dispose();//销毁窗体
}
}
* Create the frame.
*/
publicCancelFrameTitleBorder() {
//设置背景色
getContentPane().setBackground(newColor(240, 255, 255));
setUndecorated(true);//取消窗体修饰效果************
importjavax.swing.JButton;
importjava.awt.event.ActionListener;
importjava.awt.event.ActionEvent;
importjava.awt.Color;
publicclassCancelFrameTitleBorderextendsJFrame {
finalJLabel label =newJLabel();//用标签显示logo
label.setIcon(newImageIcon(getClass().getResource("logo.png")));
label.setBounds(10, 27, 112, 98);
getContentcvoidrun() {
try{
CancelFrameTitleBorder frame =newCancelFrameTitleBorder();
frame.setVisible(true);
}catch(Exception e) {
e.printStackTrace();
}
}
});
}
/**
button.addActionListener(newActionListener() {//添加按钮的事件监听器
publicvoidactionPerformed(ActionEvent e) {
do_button_actionPerformed(e);//调用按钮事件处理方法
}
});
button.setBounds(230, 172, 90, 30);
textArea=newJTextArea();//用文本域显示系统信息
textArea.setOpaque(false);//控件透明
textArea.setText("系统:\n Microsoft Windows Server 2003\n"+
" Standard Editon\n Service Pack 2\n\n\n"+
"软件:进销存管理系统\n版权:力天教育");
textArea.setBounds(154, 6, 187, 154);
getContentPane().add(textArea);//添加控件到窗体
JButton button =newJButton("\u5173\u95ED");//创建“关闭”按钮
privateJPanelcontentPane;
privateJTextAreatextArea;
/**
* Launch the application.
*/
publicstaticvoidmain(String[] args) {
EventQueue.invokeLater(newRunnable() {
48取消窗体标题栏与边框
取消窗体标题栏与边框
packagecom.swing05;
importjava.awt.EventQueue;
importjavax.swing.ImageIcon;
importjavax.swing.JFrame;
importjavax.swing.JLabel;
importjavax.swing.JPanel;
setTitle("关于进销存管理系统");//设置标题栏
getContentPane().setLayout(null);
setBounds(100, 100, 354, 206);
setLocationRelativeTo(null);//窗体居中
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
getContentPane().add(button);//添加按钮到窗体
}
protectedvoiddo_button_actionPerformed(ActionEvent e) {
dispose();//销毁窗体
}
}
* Create the frame.
*/
publicCancelFrameTitleBorder() {
//设置背景色
getContentPane().setBackground(newColor(240, 255, 255));
setUndecorated(true);//取消窗体修饰效果************