Home
last modified time | relevance | path

Searched refs:gridsLabel (Results 1 – 1 of 1) sorted by relevance

/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/editors/matrix/
H A DMatrixEditor.java79 private Label gridsLabel; field in MatrixEditor
191 this.gridsLabel = new Label(this.toolbar,SWT.NONE); in initToolBar()
192 this.gridsLabel.setText(TuxGuitar.getProperty("matrix.grids")); in initToolBar()
811 this.gridsLabel.setText(TuxGuitar.getProperty("matrix.grids")); in loadProperties()