If anyone would like to share a greenfoor script for a button thay when clicked opens a message box containing a custom message? Or any tips on where to find/make one?


1 | JOptionPane.showMessageDialog( new JInternalFrame(), "Message content" , "Message title" , JOptionPane.INFORMATION_MESSAGE); |