Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
package jaxx.runtime.swing.config;
/*-
* #%L
* JAXX :: Config
* %%
* Copyright (C) 2008 - 2020 Code Lutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
*
* You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* .
* #L%
*/
import java.awt.BorderLayout;
import java.awt.Container;
import java.awt.GridLayout;
import java.awt.LayoutManager;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.TreeMap;
import javax.swing.JButton;
import javax.swing.JPanel;
import javax.swing.JTabbedPane;
import javax.swing.event.ChangeEvent;
import javax.swing.event.ChangeListener;
import jaxx.runtime.JAXXBinding;
import jaxx.runtime.JAXXContext;
import jaxx.runtime.JAXXObject;
import jaxx.runtime.JAXXObjectDescriptor;
import jaxx.runtime.JAXXUtil;
import jaxx.runtime.SwingUtil;
import jaxx.runtime.context.DefaultJAXXContext;
import jaxx.runtime.swing.config.model.ConfigUIModel;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import static org.nuiton.i18n.I18n.t;
public class ConfigUI extends JPanel implements JAXXObject {
/*-----------------------------------------------------------------------*/
/*------------------------- Other static fields -------------------------*/
/*-----------------------------------------------------------------------*/
private static final String $jaxxObjectDescriptor = "H4sIAAAAAAAAAI1TTU8TQRh+W9pCW/yCUCFigsrFRLZ6tUZRtAFSlEhNiL043R3bIdOdYXdWlhiNP8GfoHcvJt48GQ+ePXgx/gVjPHg1vjO7bVm7BDbpbHfmeZ55P5733U/I+x5c2CFhaHmBq1iPWuu3t7cftHeore5S3/aYVMKD6MlkIduCsjPY9xVcajU0vRrTqyuiJ4VL3QPsWgNKvtrn1O9SqhScTzJs369uDY5roQy8vuogqDTVN79/ZV87r95mAUKJ0RUwlYWjWMNMcg3IMkfBFN70jFQ5cTsYhsfcDsZ7Qu+tcOL790mP7sJLGG9AQRIPxRRcPH7KRsPwQ6lgYnF9k7iUX0WNRKT+Ht5r2cJ9yjoYtn49WpPSMAsKxrvEdTj1FFw+mrYaYYfsfE84lCtYOpxrEAOFDf015JdsomhHeIxiv8/qyoQxe71J2m3q6Jw0tjig9BO9hvVNEMxuEpvbDRgWdTqBuxMoJVyNmJHY13OJ0NEx1tAxw5ZmWpD3Aq7DnG2NmuwhHkX2mv3PXlrQnP6tTH/7+ONDve8pPR4zqdADI4G9lp6Q2B5ToVORoQLFeHWDyFoLij7lOE9mXuZTAtuKjzE4vO+Mpluabq0Sv4sS+fHvnz5Xnnwdg2wdSlwQp040fg2KquthFQR3Qnlr2UQ0uTeB62n8jWHrEMeEu4ZtVlCOmr0U1TunaIivqdgBEdCKzspKCN5ksmkglVGIpZgMsZDzKYUcZNMufvkzvfV+uV/MDCY3dyh8WND8YygwlzOXmhGNpy91JMvSp4EjhlOWNncQe0zGll4w6+JIvTIKJhVpb3Ji054Z9KnnBxxuNe7Vmy/CQJOvmHT0PwsSA3KMOwqc7Au0N5y84RBFFtrMddDzN0eUM3otHamot6/rpZauUDlGTDlmR9N2iMYcavwDGV2y4C4GAAA=";
private static final Log log = LogFactory.getLog(ConfigUI.class);
private static final long serialVersionUID = 1L;
/*-----------------------------------------------------------------------*/
/*--------------------------- Internal states ---------------------------*/
/*-----------------------------------------------------------------------*/
protected List