JOptionPane.showMessageDialog(null,
"This is for help in your code.",
"This is where you'll put all your " +
"text to be displayed, I'm presuming" +
" it's in your java code it's too long." +
" Using plus allows you to keep it short.",
JOptionPane.ERROR_OPTION);