怎么在JAVAZ代码中添加背景音乐 5
importjava.awt.*;importjava.awt.event.*;importjavax.swing.*;classPatient_manageextend...
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
class Patient_manage extends JFrame
implements ActionListener
{JMenuBar jm =new JMenuBar();
JMenu jm1 =new JMenu("病患信息");
JMenuItem jmi1=new JMenuItem("增加病患信息");
...
JMenu jm4= new JMenu("病患病史");
JMenuItem jm41=new JMenuItem("录入病患病史");
...
JMenu jm5=new JMenu("社区信息");
JMenuItem jmi51=new JMenuItem("社区基本信息修改");
...
JMenu jm2=new JMenu("查询");
JMenuItem jmi21=new JMenuItem("病患基本信息查询");
...
JMenu jm3=new JMenu("其它");
JMenuItem jmi31=new JMenuItem("退出");
JMenu jm6=new JMenu("社区医生信息");
JMenuItem jmi61=new JMenuItem("社区医生信息输入");
...
Container con=new Container();
JLabel label=new JLabel("欢迎登录社区医院系统",JLabel.CENTER);
JPanel pCenter=new JPanel();
public Patient_manage()
{ this.setTitle("欢迎社区 医院系统");
this.setLayout(new CardLayout());
con=getContentPane();
pCenter.setLayout(new CardLayout());
label.setFont(new Font("TimesRoman",Font.BOLD,24));
label.setForeground(Color.red);
this.setJMenuBar(jm);
jm.add(jm1);...jm6.add(jmi63);
jmi1.addActionListener(this);
.
.
.
jmi63.addActionListener(this);
con.add(pCenter,BorderLayout.CENTER);
con.validate();
this.setBounds(10,10,500,400);
this.setVisible(true);
addWindowListener(new WindowAdapter()
{ public void windowClosing(WindowEvent e)
{ System.exit(0); } });}
public void actionPerformed(ActionEvent e)
{ if(e.getSource()==jmi1)
{new AddPatient();}}
if(e.getSource()==jmi2)
{
new DeletePatient();
}
if(e.getSource()==jmi3)
...
if(e.getSource()==jmi63)
{new GetDoctor();}}
public static void main(String args[])
{new Patient_manage();}} 展开
import java.awt.event.*;
import javax.swing.*;
class Patient_manage extends JFrame
implements ActionListener
{JMenuBar jm =new JMenuBar();
JMenu jm1 =new JMenu("病患信息");
JMenuItem jmi1=new JMenuItem("增加病患信息");
...
JMenu jm4= new JMenu("病患病史");
JMenuItem jm41=new JMenuItem("录入病患病史");
...
JMenu jm5=new JMenu("社区信息");
JMenuItem jmi51=new JMenuItem("社区基本信息修改");
...
JMenu jm2=new JMenu("查询");
JMenuItem jmi21=new JMenuItem("病患基本信息查询");
...
JMenu jm3=new JMenu("其它");
JMenuItem jmi31=new JMenuItem("退出");
JMenu jm6=new JMenu("社区医生信息");
JMenuItem jmi61=new JMenuItem("社区医生信息输入");
...
Container con=new Container();
JLabel label=new JLabel("欢迎登录社区医院系统",JLabel.CENTER);
JPanel pCenter=new JPanel();
public Patient_manage()
{ this.setTitle("欢迎社区 医院系统");
this.setLayout(new CardLayout());
con=getContentPane();
pCenter.setLayout(new CardLayout());
label.setFont(new Font("TimesRoman",Font.BOLD,24));
label.setForeground(Color.red);
this.setJMenuBar(jm);
jm.add(jm1);...jm6.add(jmi63);
jmi1.addActionListener(this);
.
.
.
jmi63.addActionListener(this);
con.add(pCenter,BorderLayout.CENTER);
con.validate();
this.setBounds(10,10,500,400);
this.setVisible(true);
addWindowListener(new WindowAdapter()
{ public void windowClosing(WindowEvent e)
{ System.exit(0); } });}
public void actionPerformed(ActionEvent e)
{ if(e.getSource()==jmi1)
{new AddPatient();}}
if(e.getSource()==jmi2)
{
new DeletePatient();
}
if(e.getSource()==jmi3)
...
if(e.getSource()==jmi63)
{new GetDoctor();}}
public static void main(String args[])
{new Patient_manage();}} 展开
展开全部
参考一下,应该很容易的
"<bgsound src="+iFileName+" loop=-1>"
"<bgsound src="+iFileName+" loop=-1>"
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
AiPPT
2024-09-19 广告
2024-09-19 广告
随着AI技术的飞速发展,如今市面上涌现了许多实用易操作的AI生成工具1、简介:AiPPT: 这款AI工具智能理解用户输入的主题,提供“AI智能生成”和“导入本地大纲”的选项,生成的PPT内容丰富多样,可自由编辑和添加元素,图表类型包括柱状图...
点击进入详情页
本回答由AiPPT提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询