public class commninterface extends JFrame
{
public commninterface()
{
initUI();
setTitle("-::Java Based Port Communication Apps ::-");
setSize(700, 400);
...