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.demo;
/*
* #%L
* JAXX :: Demo
* $Id:$
* $HeadURL:$
* %%
* Copyright (C) 2008 - 2013 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.Container;
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.JPanel;
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 org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.nuiton.util.StringUtil;
public abstract class DemoPanel extends JPanel implements JAXXObject {
/*-----------------------------------------------------------------------*/
/*------------------------- Other static fields -------------------------*/
/*-----------------------------------------------------------------------*/
private static final String $jaxxObjectDescriptor = "H4sIAAAAAAAAAFvzloG1uIhBMSuxokKvqDSvJDM3Vc/LMSLCPykrNbnEJbU4uSizoCS/iAECGJkYmKIZuFPg4sUlDMrRPiDt+lDt+s75uQX5eal5SLqtfRi4iksqc1KLM1JTS0oYZFF1JBcX6wfDpa0rCkqLYKbCHYXN1AUf3zNNSGlYyMTAUFEAch3QKwqEdCF8wuLDwJSZUsIgBLSpLFE/JzEvHeiMosy8dKB7eUFizjmJxcV+ibmphQx1DOw+DGwFiUVAw0oYlIj3MtgMsP6KghIG5pJ8ICkMdmRKam6+nguQCEjMS80pKAC6XhrF9cBw0UOEC8LhjNEMrEWlQOESBolozKAMAkpBAlECLRBBBoJl/4kJX919Z4sbLOQYAGhrfAUJAgAA";
private static final Log log = LogFactory.getLog(DemoPanel.class);
private static final long serialVersionUID = 1L;
/*-----------------------------------------------------------------------*/
/*--------------------------- Internal states ---------------------------*/
/*-----------------------------------------------------------------------*/
protected List