I added a TextPane in jForm. The form has a menu bar but the menus are displayed on the back of the TextPane. How can i fix it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I assume you mean a
JFrame, not aJForm(whatever that is). Not to be rude, but if you can’t even tell us the objects you’re using, you’ll probably not get much great assistance.So, are you doing something like this in your init code:
I use
newobjects here, but they could be local or member variables.