• 大小: 4KB
    文件类型: .java
    金币: 1
    下载: 0 次
    发布日期: 2021-01-11
  • 语言: Java
  • 标签: java  ui  html  嵌入html  

资源简介

自己上传自己下载,Java swing 嵌套html

资源截图

代码片段和文件信息

package com.huawei.powercharts.ui;

import java.awt.*; 
import java.awt.event.*; 
import java.io.*; 
import java.util.*; 
import javax.swing.*; 
import javax.swing.event.*; 

/** 
   This program demonstrates how to display HTML documents 
   in an editor pane. 
*/ 
public class ShowCharts 
{   
   public static void main(String[] args) 
   {   
      Jframe frame = new EditorPaneframe(); 
      frame.setDefaultCloseOperation(Jframe.EXIT_ON_CLOSE); 
      frame.setVisible(true);       
   } 


/** 
   This frame contains an editor pane a text field and button 
   to enter a URL and load a document and a Back button to  
   return to a previously loaded document. 
*/ 
class EditorPaneframe extends Jframe 
{   
   /**
     * 
     */
   private static fin

评论

共有 条评论