SWING text editor with basic functionality -


the story behind:

i'm lazy ass.

what need:

i'm writing thesis/disseration (i don't know how call in english right now, , since i'm lazy ass, shall not check). please tell me if there around basic swing text editor? swt text editor in eclipse plugin examples? need implement on top of syntax highlighter basic functionality done (like "open files" or "copy/paste").

i need swing basic text editor because component of application written swing , i'm not proficient in it.

my goal open file, save file, copy, paste, cut.

so far i've found this: http://www.planet-source-code.com/vb/scripts/showcode.asp?txtcodeid=2175&lngwid=2

here starting point you: swing tutorial: using text components

hint: use jtextpane or jeditorpane, depending on needs.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -