Last week, we had the author of TDD for a Shopping Website LiveProject. Friday at 11am Ranch time, Steven Solomon will be hosting a live TDD session just for us. See for the agenda and registration link
hi, I want to build a text editor using rtf concept.. I have used JTextPane for that i want to replace it with rtf TextField. How to do that plz help me..
As I recall, rich text field enables you to edit html style formatted text, it means you can use different colours/font sizes in the same RichTextField (and insert images probably).