add(cancel);
}
private void addZone(FormLayoutConstraints.Zone zone, JComponent comp) {
JPanel zonePanel = new JPanel();
FormLayout pLayout = new FormLayout(1);
pLayout.setOrigin(new Dimension(10, 10));
zonePanel.setLayout(pLayout);
zonePanel.setOpaque(false);
zonePanel.add(comp);
FormLayoutConstraints listConstraint = new FormLayoutConstraints();
listConstraint.setZone(zone);