Friday, March 2, 2007

Gall Stones And Leg Pain

right click in java

Example of creating a menu in java. This code performs a menu on Swing.
Remember that for the buttons to work you have to add an event of such action
action event: MGuardar.addActionListener (this);

import javax.swing .*; class Menu extends JFrame {
/ / Menu Items
mbars = new JMenuBar JMenuBar ();
Marchive = new JMenu JMenu ("File");
 MNuevo = new JMenuItem JMenuItem ("New"); 
Mabre = new JMenuItem JMenuItem ("Open");
MSAL = new JMenuItem JMenuItem ("Exit");
mGuard = new JMenuItem JMenuItem ("Save");
MImprimir = new JMenuItem JMenuItem ("Print");
JMenu Timing = new JMenu ("Edit");
MCortar = new JMenuItem JMenuItem ("Cut");
MCopiar = new JMenuItem JMenuItem ("Copy");
MPeg = new JMenuItem JMenuItem ("Paste");
JMenuItem MBuscar = new JMenuItem ("Search");
MRemplazar = new JMenuItem JMenuItem ("Replace");
mSELECT = new JMenuItem JMenuItem ("Select All");

public Menu () {
/ / Menu
MArchivo.add (MNuevo )
MArchivo.add (Mabre)
MArchivo.add (Health Ministry);
MArchivo.add (mGuard)
MArchivo.add (MImprimir)
MArchivo.addSeparator ();
MArchivo.add (Health Ministry);
MEdicion.add (MCortar)
MEdicion.add (MCopiar)
MEdicion.add (MPEG);

MEdicion.addSeparator () / / Puts a horizontal line of separation
MEdicion.add (MBuscar)
MEdicion.add (MRemplazar) Timing
. addSeparator ();
MEdicion.add (mSELECT)
MBarra.add (Marchive)
MBarra.add (measuring);
setJMenuBar (mbars)

setTitle ("java JMenu Example");
setSize (800.600);
setVisible (true);


} public static void main (String [] args) {
new Menu ();
}}






0 comments:

Post a Comment