Added message for the status tab

This commit is contained in:
Akarshit Wal
2015-07-03 12:35:49 +05:30
parent 962f4b8cc7
commit 9a508f8dc2
@@ -101,6 +101,8 @@ public class ContributionListPanel extends JPanel implements Scrollable, Contrib
add(entry.getValue(), c);
}
} else {
//TODO This is where the status tab will be made
int row = 0;
for (Entry<Contribution, ContributionPanel> entry : panelByContribution.entrySet()) {
GridBagConstraints c = new GridBagConstraints();
@@ -119,7 +121,6 @@ public class ContributionListPanel extends JPanel implements Scrollable, Contrib
c.gridx = 0;
c.gridy = row++;
c.anchor = GridBagConstraints.NORTH;
add(new JLabel("gdgsdgGrthsrhrr"), c);
}
/*
GridBagConstraints c = new GridBagConstraints();