I'm trying to learn from the following example: CustomDialog.java
However when I go to compile it I get the following error:
OracleExample.java:47: error: cannot find symbol
private DialogDemo dd;
^
symbol: class DialogDemo
location: class CustomDialog
OracleExample.java:64: error: cannot find symbol
public CustomDialog(Frame aFrame, String aWord, DialogDemo parent) {
^
symbol: class DialogDemo
location: class CustomDialog
2 errors
Any help is greatly appreciated.
compilershould be applied to questions concerning the programming of compilers or for questions about the detailed inner workings of compilers. Don't usecompilerfor questions about options and settings for a particular compiler, use the name of the compiler you are interested in instead.