From 9a508f8dc2c8f4d553c3f78a0748563ba1b3e91b Mon Sep 17 00:00:00 2001 From: Akarshit Wal Date: Fri, 3 Jul 2015 12:35:49 +0530 Subject: [PATCH] Added message for the status tab --- app/src/processing/app/contrib/ContributionListPanel.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/processing/app/contrib/ContributionListPanel.java b/app/src/processing/app/contrib/ContributionListPanel.java index d7a767f50..1a98b28a7 100644 --- a/app/src/processing/app/contrib/ContributionListPanel.java +++ b/app/src/processing/app/contrib/ContributionListPanel.java @@ -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 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();