| | |
Help Me*******
Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
Join Date: Jan 2006
Posts: 12
Reputation:
Solved Threads: 0
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
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
•
•
Join Date: Mar 2004
Posts: 765
Reputation:
Solved Threads: 38
I'm guessing english isn't your main language?
Does this give you an idea?
Does this give you an idea?
Java Syntax (Toggle Plain Text)
class MenuItemListener implements ActionListener { public void actionPerformed(ActionEvent e) { if (e.getSource == fileMenuNewItem) // "new" menu item clicked } }
![]() |
Other Threads in the Java Forum
- Previous Thread: pass variable
- Next Thread: Problem with Client-Server Socket Connection
| Thread Tools | Search this Thread |
-xlint actionlistener android api applet application array arrays automation binary blackberry block bluetooth character chat class classes client code component consumer database desktop developmenthelp draw eclipse error event exception fractal ftp game gameprogramming givemetehcodez graphics gui html ide image input integer j2me j2seprojects java javac javaee javaprojects jmf jni jpanel julia lego linked linux list loop loops mac map method methods mobile netbeans newbie notdisplaying number online oracle print printf problem program programming project properties recursion researchinmotion rotatetext rsa scanner screen server set singleton size sms sort sql string swing template textfields threads time title tree tutorial-sample update windows working





