利用Java,创建一窗口,并为该窗口创建“ *** 作”菜单,为该菜单添加“注册”、“登录”、“?

利用Java,创建一窗口,并为该窗口创建“ *** 作”菜单,为该菜单添加“注册”、“登录”、“?,第1张

package com.homework

import java.awt.BorderLayout

public class UI extends JFrame {

private JPanel contentPane

private URL bg=this.getClass().getResource("/img/bg.png")

private ImageIcon bg1=new ImageIcon(bg) {

}

/**

* Launch the application.

*/

public static void main(String[] args) {

EventQueue.invokeLater(new Runnable() {

public void run() {

try {

UI frame = new UI()

frame.setTitle("作业e799bee5baa6e79fa5e98193e58685e5aeb931333361303634")

frame.setVisible(true)

} catch (Exception e) {

e.printStackTrace()

}

}

})

}

/**

* Create the frame.

*/

public UI() {

setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE)

setBounds(100, 100, 300, 300)

JMenuBar menuBar = new JMenuBar()

setJMenuBar(menuBar)

JMenu mnMenu = new JMenu("menu")

menuBar.add(mnMenu)

JMenuItem mntmItem = new JMenuItem("item")

mnMenu.add(mntmItem)

contentPane = new JPanel()

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

setContentPane(contentPane)

contentPane.setLayout(null)

JLabel lblBackground = new JLabel("")

lblBackground.setIcon(bg1)

lblBackground.setBounds(0, 0, 284, 259)

contentPane.add(lblBackground)

}

}

我看你的代码好像不是很全,只是模棱两可,或许我看到的不全,那么理论的解决方案停工两个:

一是使用全局静态变量,灶段绝修改账号或者密码只要修改这燃型个全局静态变量就好。

二是使用外隐姿部文件,使用一个txt文件保存其账号和密码即可。

try{

//这里写报错的那行

}catch(Exception e//具体是什么异常忘记了,这个通用,做好看看它抛的什么异常然后替换掉这里的Exception){

//这里可以不写,写搭信厅这节的代码是,当报错了,就执行这里的代码,不报错坦此就不执知隐行

}


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/8187903.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-14
下一篇 2023-04-14

发表评论

登录后才能评论

评论列表(0条)

保存