123
import java.io.*;
import javax.swing.*;
import java.awt.*;
import java.util.Arrays;
public class Test
{
public static void main(String[] args) throws IOException
{
JFrame frame = new JFrame("作業GridLayout)");
GridLayout f1=new GridLayout(4, 13);

ray800528 發表在 痞客邦 留言(0) 人氣()

未命名
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
class ABC
{

ray800528 發表在 痞客邦 留言(0) 人氣()

1428648602-923785181_n
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
class Test
{

ray800528 發表在 痞客邦 留言(0) 人氣()

1427437110-2327037667_n
class test
{
public static void main(String[] args)
{
;
}
}

ray800528 發表在 痞客邦 留言(0) 人氣()

1~10
   
<html> <head> <title> The First Example: 1to 10 </title> </head> <body> <h2> This line is HTML </h2> <script language="JavaScript"> <!-- document.write("1,2,3,4,5,6,7,8,9,10.This sentence is written using JavaScript."); // Text on the right of 2 slashes is comment /* This is comment that occur more than 1 line */ //--> </script> <noscript> Sorry, but your browser doesn't run JavaScript. </noscript> <h2> This line is HTML </h2> </body> </html>
 

ray800528 發表在 痞客邦 留言(0) 人氣()

java
 
class Test
{
public static void main(String[] args)
{
System.out.println("_____*_____");
System.out.println("____***____");
System.out.println("___*****___");
System.out.println("__*******__");
System.out.println("_____*_____");
System.out.println("_____*_____");
}
}

ray800528 發表在 痞客邦 留言(0) 人氣()

1.為何修這門課?
希望能得到這個學分  跟 從老師身上受到激勵
2.希望從這門課獲得哪些知識?  JAVA   做出一個完整的手機遊戲
3.我要如何修習這一門課? 不翹課 

ray800528 發表在 痞客邦 留言(0) 人氣()

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;

ray800528 發表在 痞客邦 留言(0) 人氣()

未命名
 using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

ray800528 發表在 痞客邦 留言(0) 人氣()

未命名
 
Private Sub CommandButton1_Click()
For i = 1 To 16
Cells(1, i) = Fix(Rnd() * 16)
Next

ray800528 發表在 痞客邦 留言(0) 人氣()

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace _123
{
public partial class Form1 : Form
{
System.Windows.Forms.Button Button1;
public Form1()
{
InitializeComponent();
}

private void Form1_Load(object sender, EventArgs e)
{
Button1 = new System.Windows.Forms.Button();

Button1.Location = new Point(100, 100);
this.Controls.Add(Button1);
Button1.Click += new System.EventHandler(this.Button1_Click);

Button[] btuArray = new Button[3];
}

private void Button1_Click(object sender, EventArgs e)
{
MessageBox.Show("HELLO");
}
}
}

ray800528 發表在 痞客邦 留言(0) 人氣()

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;

ray800528 發表在 痞客邦 留言(0) 人氣()

1 2
Blog Stats
⚠️

成人內容提醒

本部落格內容僅限年滿十八歲者瀏覽。
若您未滿十八歲,請立即離開。

已滿十八歲者,亦請勿將內容提供給未成年人士。