|
@@ -16,14 +16,15 @@ public class AboutUsPopUp extends JFrame {
|
|
private final JPanel contentPanel = new JPanel();
|
|
private final JPanel contentPanel = new JPanel();
|
|
private final JPanel contentPanel2 = new JPanel();
|
|
private final JPanel contentPanel2 = new JPanel();
|
|
private final JPanel contentPanel3 = new JPanel();
|
|
private final JPanel contentPanel3 = new JPanel();
|
|
- private JLabel titel = new JLabel("Cyber Physical Systems");
|
|
|
|
|
|
+ private JLabel titel = new JLabel("HOLEG Simulator");
|
|
private JLabel h1 = new JLabel("Project Management & Architect");
|
|
private JLabel h1 = new JLabel("Project Management & Architect");
|
|
private JLabel h2 = new JLabel("Software Developers");
|
|
private JLabel h2 = new JLabel("Software Developers");
|
|
private JLabel h3 = new JLabel("Documentation");
|
|
private JLabel h3 = new JLabel("Documentation");
|
|
private JLabel h4 = new JLabel("Additional Collaborators");
|
|
private JLabel h4 = new JLabel("Additional Collaborators");
|
|
private JLabel description = new JLabel("A discrete-time simulator for modeling Smart Grids that follow a Holon-based model.");
|
|
private JLabel description = new JLabel("A discrete-time simulator for modeling Smart Grids that follow a Holon-based model.");
|
|
private JLabel namesManagement = new JLabel("C. Garcia Cordero");
|
|
private JLabel namesManagement = new JLabel("C. Garcia Cordero");
|
|
- private JLabel namesDevelopers = new JLabel("K. Trometer, D. Rieder, T. Zheng, J. Widhalm, E. Palza and I. Dix");
|
|
|
|
|
|
+ private JLabel namesDevelopersUntilV2 = new JLabel("K. Trometer, D. Rieder, T. Zheng, J. Widhalm, E. Palza, I. Dix");
|
|
|
|
+ private JLabel namesDevelopersV2_1= new JLabel("A.T. Meyer-Berg, A. Schneider, T. Troppmann and L. Tietze");
|
|
private JLabel namesDocumentation = new JLabel("E. Palza, C. Garcia Cordero");
|
|
private JLabel namesDocumentation = new JLabel("E. Palza, C. Garcia Cordero");
|
|
private JLabel namesCollaborators = new JLabel("R. Egert and F. Volk");
|
|
private JLabel namesCollaborators = new JLabel("R. Egert and F. Volk");
|
|
private JLabel credits = new JLabel();
|
|
private JLabel credits = new JLabel();
|
|
@@ -68,7 +69,8 @@ public class AboutUsPopUp extends JFrame {
|
|
contentPanel2.add(namesManagement);
|
|
contentPanel2.add(namesManagement);
|
|
contentPanel2.add(Box.createRigidArea(new Dimension(0, 50)));
|
|
contentPanel2.add(Box.createRigidArea(new Dimension(0, 50)));
|
|
contentPanel2.add(h2);
|
|
contentPanel2.add(h2);
|
|
- contentPanel2.add(namesDevelopers);
|
|
|
|
|
|
+ contentPanel2.add(namesDevelopersUntilV2);
|
|
|
|
+ contentPanel2.add(namesDevelopersV2_1);
|
|
contentPanel2.add(Box.createRigidArea(new Dimension(0, 50)));
|
|
contentPanel2.add(Box.createRigidArea(new Dimension(0, 50)));
|
|
contentPanel2.add(h3);
|
|
contentPanel2.add(h3);
|
|
contentPanel2.add(namesDocumentation);
|
|
contentPanel2.add(namesDocumentation);
|