[기초]GUI , AWT 와 JFC ,사용하는 Event 그리고 Applet
GUI(Graphic User Interface) : 사용자를 위한 그래픽 화면을 제공하는 프로그램 ■ Frame 클래스 와 Label Frame 클래스 : GUi의 Base form - Frame 객체 생성 - Frame 클래스 상속 Frame의 배치 Component 추가 ■ Frame 상속 계열 클래스 Layout Manager Frame 상속 계열 클래스들 Object -> Component -> Container -> Window -> Frame Component 클래스의 메서드 Container 클래스의 메서드 Window 클래스의 메서드 Frame 클래스 메서드 - getIconImage() - setIconImage() - getTitle(); - setMenuBar(MenuBar mb) ..
2010.01.31