Creating Notepad in Java
- by Saranya.R
Hi..........
I am creating a notepad application in Java.I have created the text area also the menus .I have a menu called "EDIT" and under that I have "UPPERCASE"..If i select a particular text and click on "UPPERCASE" ,I want the string to be converted into uppercase.
Can anyone tell me how to implement this in Java.