Package de.sciss.eisenkraut.math

Examples of de.sciss.eisenkraut.math.ConstQPane


    key    = PrefsUtil.NODE_SONAGRAM;
    key2  = "prefsSonaSettings";
    lb    = new JLabel( getResourceString( key2 ), CENTER );
    tab.gridAdd( lb, 0, row, 2, 1 );
    row++;
    final ConstQPane prefConstQ = new ConstQPane();
    prefConstQ.setPreferences( prefs.node( key ));
    tab.gridAdd( prefConstQ, 0, row, -1, 1 );
   
    addTab( ggTabPane, tab, "prefsView" );

    // ---------- generic gadgets ----------
View Full Code Here

TOP

Related Classes of de.sciss.eisenkraut.math.ConstQPane

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.