Java GUI : CheckTime

Java GUI : CheckTime

Assessment

Flashcard

Information Technology (IT)

University

Hard

Created by

방성윤 방성윤

FREE Resource

Student preview

quiz-placeholder

22 questions

Show all answers

1.

FLASHCARD QUESTION

Front

AWT와 SWING 중에 먼저 나온 것은?

Back

AWT

2.

FLASHCARD QUESTION

Front

응용프로그램의 GUI 모양이 MAC, WINDOWS 등 다양한 운영체제에 따라 달라지는 것은 AWT인가, SWING인가?

Back

AWT, 하지만 SWING은 GUI 모양을 MAC, WINDOWS, LINUX 에 맞춰 선택할 수 있게 하는 패키지가 있다.

3.

FLASHCARD QUESTION

Front

AWT, Swing 중 실행 속도가 빠른 것과 그 이유는?

Back

AWT. AWT는 운영체제를 사용하여 GUI를 그리기 때문이다.

4.

FLASHCARD QUESTION

Front

다음 중 최상위 컨테이너가 아닌 것은? JFrame, JPanel, JDialog, JApplet

Back

JPanel

5.

FLASHCARD QUESTION

Front

(번외) 자바 프로그램 종료 코드와, 프레임이 닫힐 때 프로그램도 함께 종료하는 코드를 작성하시오.

Back

System.exit(0); /

Frame fr

fr.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);

6.

FLASHCARD QUESTION

Front

컨테이너가 컴포넌트와 다른 점은 무엇인가?

Back

컨테이너는 컴포넌트를 포함할 수 있다.

7.

FLASHCARD QUESTION

Front

container에 컴포넌트 사이의 수평 수직 간격을 10,20 픽셀로 배치하는 FlowLayout 배치 관리자를 지정하는 코드를 작성하여라.

Back

container.setLayout(new FlowLayout(10,20));

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?