/* */
/* 821 */ OTM otm = new OTM();
/* */
/* 823 */ frame.getContentPane().add("Center", otm);
/* 824 */ frame.pack();
/* 825 */ frame.show();
/* */
/* 827 */ if (sleepTime != -1L)
/* */ {
/* 829 */ MonitorThread thread = new MonitorThread(otm, sleepTime);
/* */