Package simtools.ui

Examples of simtools.ui.FontChooserPanel


    public TextPropertiesPanel(boolean showTransform, String shapeName) {
        super(false, true, true, showTransform, shapeName);
        source = null;
        tfText = new JTextField("");
        fontChooserPanel = new FontChooserPanel(this, simtools.shapes.AbstractShape.FONT_NAMES, tfText);
        dynamicDataPanel = new GridBagPanel(resources.getString("DynamicData"));
        textSizePanel = new GridBagPanel(resources.getString("TextSize"));
       
        // Create contents
        setTextSizePanel();
View Full Code Here

TOP

Related Classes of simtools.ui.FontChooserPanel

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.