怎么在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();}}
展开
 我来答
百度网友a7b6b6040
2009-12-18 · TA获得超过250个赞
知道小有建树答主
回答量:317
采纳率:0%
帮助的人:176万
展开全部
参考一下,应该很容易的
"<bgsound src="+iFileName+" loop=-1>"
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
AiPPT
2024-09-19 广告
随着AI技术的飞速发展,如今市面上涌现了许多实用易操作的AI生成工具1、简介:AiPPT: 这款AI工具智能理解用户输入的主题,提供“AI智能生成”和“导入本地大纲”的选项,生成的PPT内容丰富多样,可自由编辑和添加元素,图表类型包括柱状图... 点击进入详情页
本回答由AiPPT提供
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式