Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i've trying to create a wordpad like application, i want to be able to insert a resizable component or picture in a JTextPane or JEditorPane along side the text that can be typed in it. Please guys i need your help. Thanks in advance

share|improve this question
3  
First you need to learn the differences between java and javascript... – Lee Taylor Jan 18 at 17:21
1  
wrong tag, user198764893 – mvbl fst Jan 18 at 17:25
Can you describe better what you have tried already? Show some code? – madth3 Jan 18 at 18:21

1 Answer

http://docs.oracle.com/javase/tutorial/uiswing/components/editorpane.html

Rest you have to put your own efforts.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.