import javax.swing.JOptionPane;
public class test
{
public static void main(String[] args)
{
Random ran = new Random(); // 방법 2
JOptionPane windows = new JOptionPane();
windows.showMessageDialog(null, "", "Houkibosi", JOptionPane.ERROR_MESSAGE);
}
}
'Study > Java' 카테고리의 다른 글
| GUI (0) | 2012.08.29 |
|---|---|
| 2학기 중간고사 (0) | 2012.06.28 |
| 자바 입력 다이얼로그 (0) | 2012.06.28 |
| Power Java 12장 LAB (0) | 2012.06.28 |
| Power Java 12장 프로그래밍 (0) | 2012.06.28 |