블로그
-
Ros Hommerson You\'re Invited - Up to 75% off Ros Hommerson, Royal Robbins, NoSox, and more great brands at Shoebuy Private Events! -
Shop now - this event ends Thursday, July 10th at 4:00 pm ET! If you are having trouble viewing this email, please click here. We have a new email address!
blog.naver.com · 2014.07.09
-
MARY SAM의 CNN NEWS! March 28, 2014
This is CNN STUDENT NEWS. Ten minutes of current events with no commercials. I`m Carl Azuz. They met in private for an hour after exchanging gifts. T.......
blog.naver.com · 2014.04.02
-
안드로이드 웹뷰 링크 새창처리
http://developer.android.com/guide/webapps/webview.html#HandlingNavigation private class MyWebViewClient shouldOverrideUrlLoading(WebView view, String url) { if (Uri.parse(url).getHost().equals("www.example.com")) { // This
blog.naver.com · 2014.01.04
-
[javascript]예약어
float for function goto if implements import in instanceof int interface long native new null package private super switch synchronized this throw throws transient true try var void while with
blog.naver.com · 2013.11.27
-
[영진전문대컴퓨터정보계열프로그래밍전공] 12월 6일 수업내용
implements Runnable { public static final int WIDTH = 300; public static final int HEIGHT = 150; private add(screen, BorderLayout.CENTER); } public void start() { if(aThread == null) { aThread = new Thread(this
blog.naver.com · 2013.12.06
-
[영진전문대 컴퓨터정보계열]자바 글자 애니매이션(예제)
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); aThread.start(
blog.naver.com · 2013.12.02
-
Intro
In Korea, many people want to go “Daechi-dong” known as “Mecca of private education.” And this place’s average age is getting younger.
blog.naver.com · 2013.12.05
-
[영진전문대학 컴퓨터정보계열] java(자바) 탁구공 여러개 만들기
implements Runnable { public static final int WIDTH = 300; public static final int HEIGHT = 150; private , BorderLayout.CENTER); } public void start() { // (2) if (aThread == null) { aThread = new Thread(this
blog.naver.com · 2013.12.04
-
[영진전문대 컴퓨터정보계열]자바 글자 애니매이션(예제) 핑퐁(Ping Pong)
implements Runnable { public static final int WIDTH = 300; public static final int HEIGHT = 150; private (screen, BorderLayout.CENTER); } public void start() { if (aThread == null) { aThread = new Thread(this
blog.naver.com · 2013.12.02
-
[영진전문대학 컴퓨터 정보계열]자바 프로그래밍 15장 11번
java.awt.FlowLayout; class MyPanel extends JPanel implements ActionListener{ boolean flag = false; private public MyPanel(){ setLayout(new BorderLayout()); JButton b = new JButton("신호 변경"); b.addActionListener(this
blog.naver.com · 2013.10.26