拉霸機
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;

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

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

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

using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

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

import java.util.Random;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class Test extends JFrame{

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

  • May 15 Fri 2015 14:59
  • 推盤

import java.util.Random;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class test extends JFrame{

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

import java.util.Random;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class test extends JFrame{

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

  • May 08 Fri 2015 14:45
  • 4X4

未命名

import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
class Test
{

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

import java.awt.*;
import java.awt.event.*;

import javax.swing.*;

public class Calculator extends JFrame implements ActionListener{

public static void main(String[]args){

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

  • Apr 24 Fri 2015 14:42
  • 3

1426229036-3254847682_n

程式碼:

/**
* The HelloWorldApp class implements an application that
* simply prints "Hello World!" to standard output.
*/

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

  • Apr 17 Fri 2015 13:00
  • 5

1428649182-3438570084_n

import java.awt.*; import java.awt.event.*; import javax.swing.*; class test { public static void main(String[] args) { JFrame jtfMainFrame = new JFrame("安安"); jtfMainFrame.setSize(300, 250); JButton jbnButton1 = new JButton("Button 1"); JButton jbnButton2 = new JButton("Button 2"); JButton jbnButton3 = new JButton("Button 3"); JButton jbnButton4 = new JButton("Button 4"); JButton jbnButton5 = new JButton("Button 5"); JButton jbnButton6 = new JButton("Button 6"); JButton jbnButton7 = new JButton("Button 7"); JButton jbnButton8 = new JButton("Button 8"); JButton jbnButton9 = new JButton("Button 9"); JTextField jtfInput = new JTextField(20); JPanel jplPanel = new JPanel(); jplPanel.add(jtfInput); jplPanel.add(jbnButton1); jbnButton1.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { jtfInput.setText("Button 1!"); } }); jplPanel.add(jbnButton2); jbnButton2.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { jtfInput.setText("Button 2!"); } }); jplPanel.add(jbnButton3); jbnButton3.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { jtfInput.setText("Button 3!"); } }); jplPanel.add(jbnButton4); jbnButton4.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { jtfInput.setText("Button 4!"); } }); jplPanel.add(jbnButton5); jbnButton5.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { jtfInput.setText("Button 5!"); } }); jplPanel.add(jbnButton6); jbnButton6.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { jtfInput.setText("Button 6!"); } }); jplPanel.add(jbnButton7); jbnButton7.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { jtfInput.setText("Button 7!"); } }); jplPanel.add(jbnButton8); jbnButton8.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { jtfInput.setText("Button 8!"); } }); jplPanel.add(jbnButton9); jbnButton9.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { jtfInput.setText("Button 9!"); } }); jtfMainFrame.getContentPane().add(jplPanel, BorderLayout.CENTER); jtfMainFrame.setVisible(true); System.out.print("Feng-Chia"); } }  

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

  • Apr 17 Fri 2015 12:57
  • 2

1426834244-247585684_n

<html>
<head>
<title> The First Example: Hello, World </title>
</head>
<body>

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

  • Mar 06 Fri 2015 14:00
p1

1.為何why要選修這門課(動機)

想要學分並學習程式方便的課

2.希望從這門課獲得哪些知識?(目標)

希望能學會設計程式

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

1
Blog Stats
⚠️

成人內容提醒

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

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