Searched refs:msgBox (Results 1 – 2 of 2) sorted by relevance
/prebuilts/jdk/jdk8/linux-x86/sample/scripting/scriptpad/src/resources/ |
D | gui.js | 163 function msgBox(msg, title, msgType) { function 179 msgBox.docString = "shows MessageBox to the user"; 189 msgBox(msg, title, JOptionPane.INFORMATION_MESSAGE); 201 msgBox(msg, title, JOptionPane.ERROR_MESSAGE); 213 msgBox(msg, title, JOptionPane.WARNING_MESSAGE);
|
/prebuilts/jdk/jdk8/darwin-x86/sample/scripting/scriptpad/src/resources/ |
D | gui.js | 163 function msgBox(msg, title, msgType) { function 179 msgBox.docString = "shows MessageBox to the user"; 189 msgBox(msg, title, JOptionPane.INFORMATION_MESSAGE); 201 msgBox(msg, title, JOptionPane.ERROR_MESSAGE); 213 msgBox(msg, title, JOptionPane.WARNING_MESSAGE);
|