|
JavaTM Platform Standard Ed. 6 |
|||||||||
전 다음 | 프레임 있어 프레임 없음 |
JDialog 를 사용하고 있는 패키지 | |
---|---|
javax.swing | 모든 플랫폼에서 가능한 한 똑같이 기능하는 「경량」(Java 공통 언어) 컴퍼넌트세트를 제공합니다. |
javax.swing 에서의 JDialog 의 사용 |
---|
JDialog 를 돌려주는 javax.swing 의 메소드 | |
---|---|
protected JDialog |
JFileChooser. createDialog (Component parent)
parent 의 프레임에 있는 parent 의 중앙에 배치된 this 를 랩 하는 JDialog 를 새롭게 생성해, 돌려줍니다. |
JDialog |
JOptionPane. createDialog (Component parentComponent,
String title)
parentComponent 의 프레임내의 parentComponent 의 중앙에 this 를 랩 해 새로운 JDialog 를 생성해 돌려줍니다. |
static JDialog |
JColorChooser. createDialog (Component c,
String title,
boolean modal,
JColorChooser chooserPane,
ActionListener okListener,
ActionListener cancelListener)
[OK],[Cancel], 및 [Reset] 버튼과 함께, 지정된 ColorChooser 구획을 가지는 새로운 다이얼로그를 생성해, 그것을 돌려줍니다. |
JDialog |
JOptionPane. createDialog (String title)
지정된 타이틀로, 부모를 가지지 않는 새로운 JDialog 를 작성해, 돌려줍니다. |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
전 다음 | 프레임 있어 프레임 없음 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.