Home
last modified time | relevance | path

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

/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/editors/chord/
H A DChordSettings.java14 private int chordsToDisplay; field in ChordSettings
28 this.chordsToDisplay = 30; in ChordSettings()
51 return this.chordsToDisplay; in getChordsToDisplay()
54 public void setChordsToDisplay(int chordsToDisplay) { in setChordsToDisplay() argument
55 this.chordsToDisplay = chordsToDisplay; in setChordsToDisplay()
H A DChordSettingsDialog.java29 private Spinner chordsToDisplay = null; field in ChordSettingsDialog
134 …this.chordsToDisplay = makeSpinner(parent,TuxGuitar.getProperty("chord.settings.chords-to-display"… in initChordsToDisplay()
183 ChordSettings.instance().setChordsToDisplay(this.chordsToDisplay.getSelection() ); in update()