import javax.swing.JOptionPane; import javax.swing.JFrame; public class Euclid{ public static void menu (){ JFrame frame = new JFrame(); int option;