Note: Though there are no project templates that are specifically designed for creating applets in the IDE, you can easily develop them ina Java project and package them in a web project, as shown in this tutorial. 注: IDE 内にアプレットを作成する目的で設計されたプロジェクトテンプレートはありませんが、このようなテンプレートは、このチュートリアルで示すように Java プロジェクトで簡単に開発して Web プロジェクト内にパッケージ化できます。 - NetBeans
To quote from the Java Tutorial,"An Action object is an action listener that provides not only action-event handling,but also centralized handling of the state of action-event-firingcomponents such as tool bar buttons, menu items, common buttons, and text fields. Java チュートリアルから引用すると、「アクションオブジェクトは、アクションイベント処理だけでなく、ツールバーボタン、メニュー項目、一般的なボタン、およびテキストフィールドなどのアクションイベント起動コンポーネントの状態の処理を集中化するアクションリスナーです。 - NetBeans
For more examples on setting the minimum and maximum dates, including how to set the calendar to display past years, see the section of this tutorial titled Tips for Using the Calendar Component .Right-click in the Java Editor and choose Fix Imports from the pop-up menu.
カレンダで過去の年を表示する方法を含め、カレンダ日付の最小値と最大値を設定する例については、このチュートリアルの「カレンダコンポーネントの使用に関するヒント」を参照してください。 Java エディタ内で右クリックし、ポップアップメニューから「インポートを修正」を選択します。 - NetBeans