Question:

Editable textbox in java?

by  |  earlier

0 LIKES UnLike

I made a program recently that encodes Strings. As of now I just have the new encoded string output to the console but I want it to come up in a box which allows a user to copy from it. Using the swing messagebox does not allow a user to copy the text from it and copy to the clipboard. Is there a way to make a editable text box in Java?

 Tags:

   Report

1 ANSWERS


  1. Try JFormattedTextBox.

    http://java.sun.com/j2se/1.4.2/docs/api/...

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.