My dialog file is called ApptDialog and the dialog is also called ApptDialog.
Here's the code I tried for calling the dialog:
Code:
private void dayDateAreaMouseClicked(java.awt.event.MouseEvent evt) {
ApptDialog jd = new ApptDialog();
jd.setVisible(true);
}
I tried
Code:
import .ApptDialog;
to get my calling file to see the dialog code.
The compile error I get is "cannot find symbol" referring to ApptDialog.