Hi I have created sample progeam which will give same look and feel of a confirm dialog and set the background colour as red.
I\'m having a little difficulty to print a matrix array on dialog box. The matrix is integer and as far as i understood i need to change it into string?
So I am working on a program for school, and part of the assignment is to have a bunch of prompts for input pop up. I am using the JOptionPane, which inherently has an OK button and a Cancel button. N
All I want to do is have a JOptionPane inputDialog with a JTextArea instead of a JTextField. I tried putting the JTextArea inside of the Message para开发者_StackOverflow中文版meter like so
if i was using a JOptionPane message dialog box how would I be able to show an the whole array in the message sectionsuch as this little snipit? or would that evenbe possible?