首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴chaiyesong的代码贴全部
<!DOCTYPE html>
<html>
<head>
<title>demo2html</title>
<meta charset="utf-8"/>
<style type="text/css">

</style>
</head>
<body>
<script type="text/javascript">
/*创建函数和字面量函数*/
......................
阅读全部 | 2015年1月29日 11:02
import javax.swing.*;
public class demo_7
{
public static void main(String[] args)
{
demo_7_1 test=new demo_7_1();
}
}

class demo_7_1 extends JFrame
{
public demo_7_1()
......................
阅读全部 | 2014年5月14日 11:00
1
chaiyesong