mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
spelling fix
This commit is contained in:
parent
f371965755
commit
ec2b3c4086
@ -26,7 +26,7 @@
|
|||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* $Id: CreateSimDialog.java,v 1.17 2009/11/13 08:51:23 fros4943 Exp $
|
* $Id: CreateSimDialog.java,v 1.18 2010/01/15 14:00:43 fros4943 Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package se.sics.cooja.dialogs;
|
package se.sics.cooja.dialogs;
|
||||||
@ -288,7 +288,7 @@ public class CreateSimDialog extends JDialog {
|
|||||||
randomSeed = numberField;
|
randomSeed = numberField;
|
||||||
|
|
||||||
randomSeedGenerated = new JCheckBox();
|
randomSeedGenerated = new JCheckBox();
|
||||||
randomSeedGenerated.setToolTipText("Autmatically generate random seed at simulation load");
|
randomSeedGenerated.setToolTipText("Automatically generate random seed at simulation load");
|
||||||
randomSeedGenerated.addActionListener(new ActionListener() {
|
randomSeedGenerated.addActionListener(new ActionListener() {
|
||||||
public void actionPerformed(ActionEvent e) {
|
public void actionPerformed(ActionEvent e) {
|
||||||
if (((JCheckBox)e.getSource()).isSelected()) {
|
if (((JCheckBox)e.getSource()).isSelected()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user