Page 223 - CTS - CSA TP - Volume 2
P. 223
COMPUTER SOFTWARE APPLICATION - CITS
private static void showConfirmationDialog(String title, String message) {
// Display a confirmation dialog
JOptionPane.showMessageDialog(null, message, title, JOptionPane.INFORMATION_MESSAGE);
}
}
Output:
208
CITS : IT & ITES - Computer Software Application - Exercise 118