블로그
- [영진전문대 컴퓨터정보계열] 자바 애플릿의 생명주기 import java.awt.Color; import java.awt.Graphics; import javax.swing.JApplet; public class myapplet extends () { output.append("start() "); repaint(); } public void stop(){ output.append("stop()"); repaint();
- [영진전문대 컴퓨터정보계열] .*; public class CountDownTest extends JFrame{ private JLabel label; class MyThread extends Thread{ public "); label.setFont(new Font("Serif",Font.BOLD, 100)); add(label); (new MyThread()).start(); se.......
- [영진전문대컴퓨터정보계열프로그래밍전공] 12월 6일 수업내용 .*; import javax.swing.JApplet; import javax.swing.JComponent; public class PingPong extends JApplet setSize(WIDTH, HEIGHT); screen = new MyDrawingSurface(); add(screen, BorderLayout.CENTER); } public void start
- [영진전문대 컴퓨터정보계열]자바 글자 애니매이션(예제) .*; public class myapplet extends Applet implements Runnable { static final int MAX_FRAME = 200; int frameNumber; private Thread aThread; public void start(){ if(aThread == null){ aThread = new Thread(this
- [영진전문대학 컴퓨터정보계열] java(자바) 탁구공 여러개 만들기 .*; public class myapplet extends JApplet implements Runnable { public static final int WIDTH = 300; setSize(WIDTH, HEIGHT); screen = new MyDrawingSurface(); add(screen, BorderLayout.CENTER); } public void start
- [영진전문대 컴퓨터정보계열]자바 글자 애니매이션(예제) 핑퐁(Ping Pong) .*; public class myapplet extends JApplet implements Runnable { public static final int WIDTH = 300; setSize(WIDTH, HEIGHT); screen = new MyDrawingSurface(); add(screen, BorderLayout.CENTER); } public void start
- Unity - 애니메이션 : 애니메이션 스크립팅 using UnityEngine; using System; using System.Collections; [RequireComponent(typeof(Animator))] public class AvatarCtrl : MonoBehaviour { protected Animator avatar; // Use this for initialization void Start ()
- 12일차(10월12일) 문제 (int start, int end, int size) { int [] result= new int[size]; //start ~ end 까지의 수를 임의의 배열에 초기값으로 지정 int count = (end - start)+1; int [] arr = new int[count]; for (int a = 0, b = start; a < arr.length
- (영진전문대 컴퓨터프로그래밍전공반) JAVA Thread class A extends Thread{ public void run() { //스레드를 상속받는 클래스의 메인 메소드이다. . println("main start!")
- Tokyo_Eco House Panasonic trades hippie flair for upper-middle-class ambience.Photos: Home of the future By Michael Kanellos House at Panasonic's technology showcase in Tokyo is a prototype of a home the company said could start
← 이전
6 페이지