129130131132133134135136
*/ public LanguageSelectionPanel(EnumWikipedia wiki, String text) { super(new GridBagLayout(), true); this.wiki = wiki; this.text = text; registry = new LanguageRegistry(); constructContents(); }