Ejemplo n.º 1
0
 public JComponent createComponent() {
   panel = new GitVcsPanel(project);
   panel.load(settings);
   return panel.getPanel();
 }