User Profile

Collapse

Profile Sidebar

Collapse
Antonioj1015
Antonioj1015
Last Activity: Oct 16 '09, 10:04 PM
Joined: Oct 16 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Antonioj1015
    replied to How to convert a TextArea to a String?
    in Java
    I already sis but i cant really understand thats why i ask, and if i have 100 thousand forums with the same quiestion is my problem i want a respond thats why i do it...And i only have 2 forums with the same question......
    See more | Go to post

    Leave a comment:


  • Antonioj1015
    started a topic How to convert a TextArea to a String?
    in Java

    How to convert a TextArea to a String?

    I need to convert a TextArea to a String, and the replace the letter "a" in the string by a "f";
    I have:
    JTextArea Text1 = new JTextArea();
    String Text2;
    ???????? here's where i convert the textarea to a srting ??????????
    Text2 = null;
    Text2 = Text1.replaceAl l("a", "e");

    I haved tried:
    String Text2 = CriptoText.getE lementById("Tex t1");...
    See more | Go to post
No activity results to display
Show More
Working...