Creating Notepad in Java
Posted
by Saranya.R
on Stack Overflow
See other posts from Stack Overflow
or by Saranya.R
Published on 2010-06-17T10:46:13Z
Indexed on
2010/06/17
10:53 UTC
Read the original article
Hit count: 180
java
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.
© Stack Overflow or respective owner