Searched refs:durationSpinner (Results 1 - 1 of 1) sorted by relevance

/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
H A DTweenApplet.java76 durationSpinner.addChangeListener(listener);
89 int duration = (Integer) durationSpinner.getValue();
161 int duration = (Integer) durationSpinner.getValue();
204 durationSpinner = new javax.swing.JSpinner();
273 durationSpinner.setModel(new javax.swing.SpinnerNumberModel(Integer.valueOf(500), Integer.valueOf(0), null, Integer.valueOf(100)));
303 .addComponent(durationSpinner, javax.swing.GroupLayout.Alignment.TRAILING, javax.swing.GroupLayout.PREFERRED_SIZE, 66, javax.swing.GroupLayout.PREFERRED_SIZE)
328 .addComponent(durationSpinner, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
413 private javax.swing.JSpinner durationSpinner; field in class:TweenApplet

Completed in 170 milliseconds