Main reason for exception message is display only one line but my exception message is contains more than 4 lines. How can i resize my text box?
-
2What the heck are you even talking about? I realize there's a language barrier to overcome here, but nothing in this question makes sense.David– David2016-06-29 21:40:36 +00:00Commented Jun 29, 2016 at 21:40
-
How to develop web services>Sriman Java– Sriman Java2016-06-29 21:44:29 +00:00Commented Jun 29, 2016 at 21:44
-
Pick a language/framework/technology/etc. and start with some tutorials. We can help you with specific questions about specific problems you encounter while programming, but a single Stack Overflow question can't provide you with complete end-to-end tutoring services. We answer questions, we don't teach you how to program.David– David2016-06-29 21:45:36 +00:00Commented Jun 29, 2016 at 21:45
-
How to develop consumer web services ?Sriman Java– Sriman Java2016-06-29 21:45:47 +00:00Commented Jun 29, 2016 at 21:45
Add a comment
|
1 Answer
Your question is not specific enough , but to answer your question I recommend you use JTextArea where you can have multiple lines for the text you are trying to display.
Also please refer Oracle tutorials to get these basic concepts clear.
1 Comment
xenteros
This should be a comment.