Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.09 seconds.

  1. Replies
    13
    Views
    6,488

    Re: Buffered Reader to J Option

    Ya, Java has been my first language and I started learning it in High School 2 years ago and I have yet to start college. So naturally, I still run into countless issues on a daily basis. The only...
  2. Replies
    13
    Views
    6,488

    Re: Buffered Reader to J Option

    Figured he wasnt going to find it since he overlooked the creating a new variable thing that he doesnt really have to worry about in Scanner. If he was doing something that I felt he had a grasp of,...
  3. Replies
    13
    Views
    6,488

    Re: Buffered Reader to J Option

    Found the problem. We want to send it a value, where you have been sending it the count.



    import javax.swing.JOptionPane;

    public class hellow
    {

    public static void main(String[] args)
  4. Replies
    13
    Views
    6,488

    Re: Buffered Reader to J Option

    Ok, so JOptionPane has 4 main dialog boxes. Confirm Dialog (YES,NO,CANCEL), Input Dialog (Text Field and Buttons), Message Dialog (Label), Option Dialog (Label and Designer-Chosen buttons).

    We...
Results 1 to 4 of 4