コード例 #1
0
 public void setFrameFrom(int from) {
   fromFrameField.setValue(from);
 }
コード例 #2
0
 public void setFrameTo(int to) {
   toFrameField.setValue(to);
 }
コード例 #3
0
 public void setValue(float newValue) {
   setValue(newValue, programmaticChangeEvents);
 }