jmi1 = new JMenuItem("MenuItem1"); jmi2 = new JMenuItem("MenuItem2"); jm1 = new JMenu("Test"); jm2 = new JMenu("Test"); jm1.add(jmi1); jm1.add(jm2); jm2.add(jmi2);
jmb = new JMenuBar(); jmb.add(jm1); this.getContentPane().add(jmb, BorderLayout.NORTH);
public void windowOpened(WindowEvent e){} public void windowClosing(WindowEvent e){ dispose(); System.exit(0);} public void windowClosed(WindowEvent e){} public void windowIconified(WindowEvent e){} public void windowDeiconified(WindowEvent e){} public void windowActivated(WindowEvent e){} public void windowDeactivated(WindowEvent e){} }
class Main { public static void main(String args[]) { new TestKlasseSwing().show(); } }
jMenuBar1 = new javax.swing.JMenuBar(); jMenu1 = new javax.swing.JMenu(); jMenuItem1 = new javax.swing.JMenuItem(); jMenuItem2 = new javax.swing.JMenuItem();
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.