프로퍼티 | 타입 | 설명 | |
---|---|---|---|
XNAMessageDialog | System |
메소드 | 설명 | |
---|---|---|
CreateDialog ( String message, DialogType type ) : |
Creates a new message dialog. Note that you have to add your button listeners to this pane for it to do something.
|
|
DoLayout ( ) : void |
Re-does the layout for this Message Dialog. Should be called when the user specifies a custom font rather than the the default font, or when the client window size changes.
|
|
Draw ( |
메소드 | 설명 | |
---|---|---|
XNAMessageDialog ( String message, DialogType type ) : System |
public static CreateDialog ( String message, DialogType type ) : |
||
message | String | The message of the pane. |
type | DialogType | The type of the pane |
리턴 |
public Draw ( |
||
sb | ||
리턴 | void |