p. 534
Step 7:
public DemoJOptionBean(JPanel inPanel)
{
JOptionPane.showMessageDialog(
inPanel,
"This is a modal dialog box",
"Sample Information Dialog",
JOptionPane.INFORMATION_MESSAGE);
}
Tricks, Tips, Thoughts, and Rants About Java EE, Oracle ADF, and Web Application Development
Updates Mondays
Step 7:
public DemoJOptionBean(JPanel inPanel)
{
JOptionPane.showMessageDialog(
inPanel,
"This is a modal dialog box",
"Sample Information Dialog",
JOptionPane.INFORMATION_MESSAGE);
}