http://www.theserverside.com/tt/articles/article.tss?l=IntroducingApacheWicket After calling super(id), the SearchPanel adds the SearchForm (implemented as a private class). Let's look at the form class next. super(id)を呼び出したあと、SearchPanelに(privateなクラスとして実装した)SearchFormを追加します。 次にフォームクラスを見てみましょう。 private class SearchForm extends Form { private String searchString; public SearchForm(String id) { supe