首頁 返回 繼續 最後一頁 摘要 圖形
JOptionPane
JOptionPane:建立彈出對話盒
- JOptionPane(Object message, int messageType)
- JOptionPane(Object message, int messageType, int optionType)
常用method
- showInputDialog(Object message) 請使用者輸入
- showOptionDialog(...)請使用者選擇
- showMessageDialog(....)給使用者訊息
- JoptionPane.PLAIN_MESSAGE 正常訊息
- JoptionPane.ERROR_MESSAGE 錯誤訊息
- JoptionPane.QUESTION_MESSAGE 問題訊息