1. how to stop copying text from textArea coderanch.com |
2. How we can copy the component of a jtextarea into a file?? java-forums.orgHello all, I would like to ask how i could copy the component of jtextarea into a file as a txt.file? In my project i ask the user to write something in a jtextarea and i want the component of the jtextarea that user has typed to be copied into a file.. Does anyone have any idea? Thanks in advance!!! :) ... |
3. Copying an array or anything from the JtextArea to a File... forums.oracle.comI have created a program that has a check box "create backup". If the user clicks the create backup check box the numbers that are written on the JtextArea will be copied and will be written on a textfile. My question is, how will I do that? How can I copy a data comming from the JtextArea to a textfile using ... |