private void initComponents() {
setTitle("VoPSI - Voice Application over PSI Network");
setResizable(false);
setLayout(new GroupLayout());
add(getLblCallee(), new Constraints(new Leading(12, 12, 12),
new Leading(54, 12, 12)));
add(getLblCaller(), new Constraints(new Leading(12, 12, 12),
new Leading(16, 12, 12)));
add(getJTextField1(), new Constraints(new Leading(125, 186, 12, 12),
new Leading(50, 26, 12, 12)));
add(getJTextField0(), new Constraints(new Leading(125, 186, 10, 10),
new Leading(12, 26, 12, 12)));
add(getJScrollPane0(), new Constraints(new Bilateral(12, 12, 22),
new Bilateral(94, 12, 22)));
add(getJButton1(), new Constraints(new Leading(370, 102, 12, 12),
new Leading(15, 40, 37)));
add(getJButton0(), new Constraints(new Leading(370, 102, 12, 12),
new Leading(50, 12, 12)));
setSize(500, 356);
setDefaultCloseOperation(VoPSI_App.EXIT_ON_CLOSE);
try {