Package de.sciss.gui

Examples of de.sciss.gui.StretchedGridLayout


      markAxis.startListening();
    } else {
      markAxis.setVisible( false );
      markAxisHeader.setVisible( false );
    }
    flagsPanel      = new JPanel( new StretchedGridLayout( 0, 1, 1, 1 ));
    metersPanel      = new JPanel( new StretchedGridLayout( 0, 1, 1, 1 )); // SpringPanel( 0, 0, 1, 1 );
    rulersPanel      = new JPanel( new StretchedGridLayout( 0, 1, 1, 1 ));
    lmm.setDynamicComponent( metersPanel );
    waveHeaderPanel    = new JPanel( new BorderLayout() );
    channelHeaderPanel  = new JPanel();
    channelHeaderPanel.setLayout( new BoxLayout( channelHeaderPanel, BoxLayout.X_AXIS ));
final Box bbb = Box.createVerticalBox();
View Full Code Here


      markAxis.startListening();
    } else {
      markAxis.setVisible( false );
      markAxisHeader.setVisible( false );
    }
    flagsPanel      = new JPanel( new StretchedGridLayout( 0, 1, 1, 1 ));
//    metersPanel      = new JPanel( new StretchedGridLayout( 0, 1, 1, 1 )); // SpringPanel( 0, 0, 1, 1 );
    rulersPanel      = new JPanel( new StretchedGridLayout( 0, 1, 1, 1 ));
//    lmm.setDynamicComponent( metersPanel );
    waveHeaderPanel    = new JPanel( new BorderLayout() );
    channelHeaderPanel  = new JPanel();
    channelHeaderPanel.setLayout( new BoxLayout( channelHeaderPanel, BoxLayout.X_AXIS ));
final Box bbb = Box.createVerticalBox();
View Full Code Here

TOP

Related Classes of de.sciss.gui.StretchedGridLayout

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.