Go to the source code of this file.
Namespaces | |
namespace | gui |
Functions | |
def | gui.createButton |
def | gui.reconnect |
def | gui.restart |
def | gui.setupRobot |
Variables | |
tuple | gui.f = open(FILENAME_ROBOTHOST, "r") |
string | gui.FILENAME_ROBOTHOST = '.robothost' |
tuple | gui.frm = JFrame("sample GUI for "+bodyinfo.modelName, defaultCloseOperation = JFrame.EXIT_ON_CLOSE) |
list | gui.funcList = [["setup rt-system", setupRobot],["restart rtcd", restart], " "] |
tuple | gui.obj = JLabel(func) |
tuple | gui.pnl = frm.getContentPane() |
tuple | gui.txt = JTextField(f.readline()) |