1. Get height of multi line text with fixed width to make dialog resize properly stackoverflow.comI want to create a dialog that contains some kind of text element (JLabel/JTextArea etc) that is multi lined and wrap the words. I want the dialog to be of a ... |
2. message dialog with auto-multiline support? stackoverflow.comI'm using |
3. error dialog with scrollable area to display big multiline message? stackoverflow.comI need to display error dialog (with standart red cross image) with message and Ok button. Message is pretty big (like stack-trace) so I need to display it in scrollable area. Should I ... |