爱问知识人 爱问教育 医院库

在Java程序中启动PPT文档方法是什么呢?

首页

在Java程序中启动PPT文档方法是什么呢?

在Java程序中启动PPT文档方法是什么呢?

提交回答

全部答案

    2018-03-31 05:18:03
  •   public class PPT extends javax。swing。JFrame {
    private javax。swing。JLabel jLabel1;
    public PPT() {
    initComponents();
    }
    private void initComponents() {
    jLabel1 = new javax。
      swing。JLabel(); setDefaultCloseOperation(javax。swing。WindowConstants。EXIT_ON_CLOSE); jLabel1。setText("E:\\xx。ppt");//change the location to ur ppt jLabel1。
      addMouseListener(new java。awt。event。MouseAdapter() { public void mouseClicked(java。awt。event。MouseEvent evt) { jLabel1MouseClicked(evt); } }); javax。
      swing。GroupLayout layout = new javax。swing。GroupLayout(getContentPane()); getContentPane()。setLayout(layout); layout。setHorizontalGroup( 编辑特别推荐: 指点一下:到底该不该去考JAVA认证? Java认证权威问答精华集 layout。
      createParallelGroup(javax。swing。GroupLayout。Alignment。LEADING) 。addGroup(layout。createSequentialGroup() 。addGap(37, 37, 37) 。
      addComponent(jLabel1, javax。swing。GroupLayout。PREFERRED_SIZE, 331, javax。swing。GroupLayout。PREFERRED_SIZE) 。addContainerGap(32, Short。
      MAX_VALUE)) ); layout。setVerticalGroup( layout。createParallelGroup(javax。swing。GroupLayout。Alignment。LEADING) 。addGroup(layout。
      createSequentialGroup() 。addGap(20, 20, 20) 。addComponent(jLabel1, javax。swing。GroupLayout。PREFERRED_SIZE, 204, javax。swing。
      GroupLayout。PREFERRED_SIZE) 。addContainerGap(76, Short。MAX_VALUE)) ); pack(); } private void jLabel1MouseClicked(java。
      awt。event。MouseEvent evt) { try { Runtime。getRuntime()。exec("rundll32 SHELL32。DLL,ShellExec_RunDLL " + jLabel1。getText()); } catch (Exception exception) { System。
      out。println("An error occured trying to execute file。"); } } public static void main(String args[]) { java。awt。EventQueue。
      invokeLater(new Runnable() { public void run() { new PPT()。setVisible(true); } }); } }。

    你***

    2018-03-31 05:18:03

类似问题

换一换
  • 系统软件 相关知识

  • 电脑网络技术
  • 电脑网络

相关推荐

正在加载...
最新问答 推荐信息 热门专题 热点推荐
  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 181-200
  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 181-200
  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 181-200
  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 181-200

热点检索

  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 181-200
返回
顶部
帮助 意见
反馈

确定举报此问题

举报原因(必选):