Package entagged.tageditor.tools.gui

Examples of entagged.tageditor.tools.gui.TrackEnumSettingsPanel


     * Creates Components,
     */
    private void initialize() {
        this.setLayout(new GridBagLayout());
        this.enumerator = new TrackEnumerator();
        this.settingsPanel = new TrackEnumSettingsPanel(enumerator
                .getSettings());

        this.execute = new JButton(LangageManager.getProperty("common.dialog.apply"));
        this.execute.addActionListener(this);

View Full Code Here

TOP

Related Classes of entagged.tageditor.tools.gui.TrackEnumSettingsPanel

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.