Package org.dyno.visual.swing.lnfs.meta

Examples of org.dyno.visual.swing.lnfs.meta.MetaJPanelValue


@SuppressWarnings("unchecked")
public class MetaLookAndFeelAdapter extends HashMap<Class, WidgetValue> implements ILookAndFeelAdapter {
  private static final long serialVersionUID = 1L;

  public MetaLookAndFeelAdapter() {
    put(JPanel.class, new MetaJPanelValue());
    put(JApplet.class, new MetaJAppletValue());
    put(JButton.class, new MetaJButtonValue());
    put(JLabel.class, new MetaJLabelValue());
    put(JToggleButton.class, new MetaJToggleButtonValue());
    put(JCheckBox.class, new MetaJCheckBoxValue());
View Full Code Here

TOP

Related Classes of org.dyno.visual.swing.lnfs.meta.MetaJPanelValue

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.