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 - 2016 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 = "H4sIAAAAAAAAAI1TTU8TQRh+W9pCW/yCUDFigsrFRLZ6tUZRtAFSlEhJiL047Y7tkOnOsDsrS4zGn+BP0LsXE2+ejAfPHrwY/4IxHrwa35nddlm7BDbpbHfmeZ55P5733U/Iey5c3CFBYLm+o1ifWmt3trcftndoR92jXsdlUgkXwieThWwLyvZw31NwudXQ9GpEry6LvhQOdQ6waw0oeWqfU69HqVJwIcnoeF51c3hcC6TvDlSHQaWpvvn9K/vafvU2CxBIjK6AqcwfxYozyTUgy2wFU3jTM1LlxOliGC5zuhjvCb23zInnPSB9ugsvYbwBBUlcFFNw6fgpGw3DD6SCiYW1DeJQfg01EpF6e3iv1RHOU9bFsPVra1VKwywoGO8Rx+bUVXDlaNpKiI3Z+b6wKVeweDjXIIYK6/or5pc6RNGucBnFfp/VlQki9lqTtNvU1jlpbHFIGSR6HeubIJjdJDa36zMs6nQCd9dXSjgaMSOxr+cToaNjrNgxcUszLci7PtdhzrZGTfYIj0J7zf5nLy1oTv9Wpr99/PGhPvBUDu+eSYUeGAnstXSFxPaYCp0KDeUrxqvrRNZaUPQox3ky8zKXEthmdIzB4X1nNN3SdGuFeD2UyI9///S58uTrGGTrUOKC2HWi8atQVD0XqyC4HcjbSyaiyb0JXE/jbwxbhzgmnFVss4Jy2OzFsN45RQN8TUUOCIFWeFZWQvAmk00DqYxCLMVkgIWcSynkMJt28cuf6c33S4NiZjC5c4fC44LmH0OBOZw51IxoNH2pI1mWHvVtEU9Z2txB5DEZWXrerAsj9coomFSkvcFJh/bNoE89P+Bwq3G/3nwR+Jp81aSj/1mQGJBj3FHgZF+gveHkTZsoMt9mjo2evzWinNFr6UhFvX1DL7V0hQoq/AP/z7dI6gUAAA==";
private static final Log log = LogFactory.getLog(ConfigUI.class);
private static final long serialVersionUID = 1L;
/*-----------------------------------------------------------------------*/
/*--------------------------- Internal states ---------------------------*/
/*-----------------------------------------------------------------------*/
protected List