import javax.swing.JOptionPane; public class gong { public static void main(String [] args) { JOptionPane.showMessageDialog(null, "你是一只小王八!"); } }