Help Me*******

Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Jan 2006
Posts: 12
Reputation: sanjay_scjp is an unknown quantity at this point 
Solved Threads: 0
sanjay_scjp sanjay_scjp is offline Offline
Newbie Poster

Help Me*******

 
0
  #1
Jan 11th, 2006
Hello Dani

I wanna make a text based editor that's why i make a java program.
there is little bit a problem i already made menu bar bt i coudn't give the actions

like in file menu :- New, Open, Save, Exit
in edit menu :- Undo, Cut, Copy, Paste
in tool menu :- Compile java Code, run java Program.
in search menu : - find , find & Replace.

reply
i m attched my code , plzz give me remady

Thanx
Sanjay
Attached Files
File Type: java MenuExample.java (3.2 KB, 3 views)
Reply With Quote Quick reply to this message  
Join Date: Jan 2006
Posts: 12
Reputation: sanjay_scjp is an unknown quantity at this point 
Solved Threads: 0
sanjay_scjp sanjay_scjp is offline Offline
Newbie Poster

Re: Help Me*******

 
0
  #2
Jan 11th, 2006
hello,

i was send my source code for check and give me the solutions for that

i m waiting for that

Sanjay
Reply With Quote Quick reply to this message  
Join Date: Mar 2004
Posts: 765
Reputation: Phaelax is on a distinguished road 
Solved Threads: 38
Phaelax Phaelax is offline Offline
Master Poster

Re: Help Me*******

 
0
  #3
Jan 12th, 2006
I'm guessing english isn't your main language?

Does this give you an idea?
  1. class MenuItemListener implements ActionListener
  2. {
  3. public void actionPerformed(ActionEvent e)
  4. {
  5. if (e.getSource == fileMenuNewItem)
  6. // "new" menu item clicked
  7. }
  8. }
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the Java Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC