Quantcast
Channel: Programmers Heaven Forums RSS Feed
Viewing all articles
Browse latest Browse all 2703

Compliling Issue

$
0
0
Any help would be appreciated. I have a compiling problem.

When I try to compile this:

import javax.swing.JOptionPane;
public class FirstDialog
{
public static void main(String[] args)
{
JOptionPane.showMessageDialog(null, "First Java dialog");
}
}

I get this:

public class FirstDialog
^

As my error.

I copy and pasted right from my ebook text book so I don't see what the error could be.

Any help please?

Viewing all articles
Browse latest Browse all 2703

Trending Articles