Search:

Type: Posts; User: jap2008

Search: Search took 0.10 seconds.

  1. Re: Swing Dialog Boxes --- Have no clue why its not working

    Thanks for helping me! I appreciate it!
  2. Re: Swing Dialog Boxes --- Have no clue why its not working

    import java.util.Scanner;

    public class ParisProject
    {
    public static void main(String[]args)
    {

    // declare and construct variables
    String date, year;
    int day, month;
  3. Re: Swing Dialog Boxes --- Have no clue why its not working

    It was running until i tried using swing Dialog boxes in my source code. So, now its not compling which means it still needs debugging.. but I do not know where I went wrong? or how to get it to work...
  4. Swing Dialog Boxes --- Have no clue why its not working

    Please help me with my source code.

    import java.util.Scanner;

    public class ParisProject
    {
    public static void main(String[]args)
    {

    // declare and construct variables
Results 1 to 4 of 4