// sample.java // Kevin McKee // 9/2/08 // sample program that does bla bla import javax.swing.JOptionPane; public class sample { // Here is the main method that does bla bla public static void main( String args[] ) { JOptionPane.showMessageDialog( null, "bla bla" ); } }