Some standard IDE projects (Java Application, Java Class Library, Web Application, Enterprise Application, and EJB Module) are created with only one source folder, you can add more.
いくつかの標準 IDE プロジェクト (Java アプリケーション、Java クラスライブラリ、Web アプリケーション、エンタープライズアプリケーション、および EJB モジュール) は、1 つだけのソースフォルダとともに作成さます。 あとから複数のソースフォルダを追加することができます。 - NetBeans
Open each file to verify that you generated all three methods in the class and the two interfaces.You might see compilation or other errors because the standardJava project does automatically include the Java Enterprise library or other classes..
各ファイルを開き、3 つのメソッドがすべてクラスと 2 つのインタフェース内に生成されていることを検査します。 標準 Java プロジェクトには Java エンタープライズライブラリまたはほかのクラスが自動的に含まれるため、コンパイルエラーなどのエラーが表示される場合があります。 - NetBeans