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 - 2014 CodeLutin
* %%
* 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 = "H4sIAAAAAAAAAI1TTW/TQBCdpE3SJOWrVUMRRSrQCxJ14EoQFApRW6VQ0VSqyIVNvCRbbbxbe01dIRA/gZ8Ady5I3DghDpw5cEH8BYQ4cEXMrp24Jq5aS97Eu/Pezrx58+4n5DwXLu6QILBc31GsT621O9vbD9s7tKPuUa/jMqmEC+GTyUK2BWV7uO8puNxqaHg1gleXRV8KhzoH0LUGlDy1z6nXo1QpuJBEdDyvujk8rgXSdwesw6TSWN/8/pV9bb96mwUIJGaXx1Lmj0LFlYw3IMtsBVN40zNS5cTpYhouc7qY7wm9t8yJ5z0gfboLL6HQgLwkLpIpuHT8kg2HwQdSwcTC2gZxKL+GHIlMvT281+oI5ynrYtr6Z2tVSoPMKyj0iGNz6iq4cjRsJYyN0bm+sClXsHg41kQMGdb1V4wvdYiiXeEyiv0+q5UJIvRak7Tb1NY16djiEDIo9DrqmwCY3WTs+K7PUNTpRNxdXynh6IgZiX09n0gdHWPFjolbmmlBzvW5TnO2NWqyR3gU2mv2P3tpQnP6tzL97eOPD/WBp8bx7pnU0AMjgb2WrpDYHqPQqdBQvmK8uk5krQVFj3KcJzMvcymJbUbHmBzed0bDLQ23VojXQ4pc4funz5UnX8cgW4cSF8SuEx2/CkXVc1EFwe1A3l4yGU3uTeB6Gt8x1FbRALWditqMKCYcKxS8FH6t4pmCchixGB6VlRC8yWTToCujaEsxGaCQcylCDqtpF7/8md58vzQQM4PFnTs0PBY09xjyzOHMoWZEo+lLHcmy9Khvi3jK0uYOIo/JyNLzZl0Y0SujYFKR9gYnHdo3gz71/IDDrcb9evNF4GvwVVOO/mdBYkCOcUeek32B9oaTN22iyHybOTZ6/tYIc0avpSMZ9fYNvdTSGSrI8A94m8756gUAAA==";
private static final Log log = LogFactory.getLog(ConfigUI.class);
private static final long serialVersionUID = 1L;
/*-----------------------------------------------------------------------*/
/*--------------------------- Internal states ---------------------------*/
/*-----------------------------------------------------------------------*/
protected List