32333435363738394041
*/ public void bind() throws Exception { GUI.getView().setTitle(i18n.tr("Lizenzinformationen")); LicenseControl control = new LicenseControl(this); Part libs = control.getLibList(); libs.paint(getParent()); }