Search:

Type: Posts; User: D P

Search: Search took 0.07 seconds.

  1. Re: 2nd week with Java. Help with a few basic syntax errors?

    SimpleGUIApplications.java:21: error: <identifier> expected
    name = JOptionPane.showInputDialog(promptForName);
    ^
    SimpleGUIApplications.java:23: error:...
  2. Re: 2nd week with Java. Help with a few basic syntax errors?

    Alright, so when I pulled "String" out of those three lines I am getting even more syntax errors now. Specifically "identifier expected" after name, creditsString, and credits. I understand you...
  3. 2nd week with Java. Help with a few basic syntax errors?

    //I am the definition of a programming newbie. When I try to compile this code, I get a few syntax errors towards the end- mostly "identifier expected." I realize this is about as basic as debugging...
Results 1 to 3 of 3