Package tangowidget.beanproperty

Examples of tangowidget.beanproperty.SalsaPerspectiveProperty


    super();
    setLayout(new BorderLayout());
    m_version = ApplicationVersion.getVersion(SalsaBean.class.getName());
    System.out.println(m_version + " version is used");

    salsaPerspective = new SalsaPerspectiveProperty();
    //at beginning set a default panel.
    m_salsaImage = new JXImagePanel();
    m_salsaImage.setStyle(Style.SCALED_KEEP_ASPECT_RATIO);
    ImageIcon tmpImageIcon = new ImageIcon(SalsaGlobalBean.class.getResource("SalsaBean.jpg"));
    m_salsaImage.setImage(tmpImageIcon.getImage());
View Full Code Here

TOP

Related Classes of tangowidget.beanproperty.SalsaPerspectiveProperty

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.