Hello Members,
Is it possible to have a Scrollbar for a JOptionPane as described below?
public class Hello {
public static void main (String args [])
{
JOptionPane.showMessageDialog ("..............");
}
}
If you can show me some pseudocode or a sample program, I would be very grateful.
Thank you!!
sciprog1