cooja applet files
This commit is contained in:
parent
f1721cad53
commit
8d82edfe81
3 changed files with 35 additions and 0 deletions
20
tools/cooja/java/se/sics/cooja/CoojaApplet.java
Normal file
20
tools/cooja/java/se/sics/cooja/CoojaApplet.java
Normal file
|
@ -0,0 +1,20 @@
|
|||
package se.sics.cooja;
|
||||
|
||||
import javax.swing.*;
|
||||
|
||||
public class CoojaApplet extends JApplet {
|
||||
|
||||
public static CoojaApplet applet = null;
|
||||
|
||||
public void init()
|
||||
{
|
||||
applet = this;
|
||||
}
|
||||
|
||||
public void start(){
|
||||
GUI.main(new String[] { "-applet" });
|
||||
}
|
||||
|
||||
public void stop(){
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue