mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Added message for the status tab
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user