1. JMenuItems don't show in JDialog stackoverflow.comThis is probably a dumb question, but I just can't see it! I have Swing app that uses a popup menu. It works fine, but I want to make ... |
2. Dialog box on pressing JMenuItem forums.oracle.comHi. I've been trying for the last hour to get this to work, however i really don't know what i'm doing (still trying to learn java). I have a menu, and one of the JMenuItems is called About. What i would like to happen, is when someone press's that button, JOptionPane.showMessageDialog(frame, "Developed for The Covenant. Find us on IRC #the_covenant"); That ... |