private void initComponents() {
setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
setLayout(new GroupLayout());
add(getJLabel0(), new Constraints(new Leading(12, 12, 12), new Leading(12, 12, 12)));
add(getJTextField0(), new Constraints(new Bilateral(123, 82, 4), new Leading(10, 12, 12)));
add(getBrowseOldRoot(), new Constraints(new Trailing(12, 129, 129), new Leading(8, 12, 12)));
add(getJLabel1(), new Constraints(new Leading(12, 100, 100), new Leading(38, 12, 12)));
add(getJTextField1(), new Constraints(new Bilateral(123, 82, 6), new Leading(35, 12, 12)));
add(getBrowseNewRoot(), new Constraints(new Trailing(12, 131, 131), new Leading(34, 12, 12)));
add(getExecuteDiffCount(), new Constraints(new Trailing(12, 12, 12), new Leading(63, 12, 12)));
add(getJScrollPane0(), new Constraints(new Bilateral(12, 12, 23), new Bilateral(90, 12, 23)));
setSize(475, 258);
}