Skip to content

Commit

Permalink
Update AboutDialog with new co-supervisor
Browse files Browse the repository at this point in the history
Add Ana M. C. Ricardo to the co-supervisors list
  • Loading branch information
CoreRasurae authored Aug 3, 2023
1 parent 597a47e commit cb965a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/main/java/pt/quickLabPIV/ui/views/AboutDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public AboutDialog() {
SimpleAttributeSet center = new SimpleAttributeSet();
StyleConstants.setAlignment(center, StyleConstants.ALIGN_CENTER);
doc.setParagraphAttributes(0, doc.getLength(), center, false);
txtpnCopyrightc.setText("Copyright(C) 2017 - 2023\nApplication design, implementation and testing:\n Luís P. N. Mendes\n\nProject supervisors:\n Rui M. L. Ferreira\n Alexandre J. M. Bernardino");
txtpnCopyrightc.setText("Copyright(C) 2017 - 2023\nApplication design, implementation and testing:\n Luís P. N. Mendes\n\nProject supervisors:\n Rui M. L. Ferreira\n Alexandre J. M. Bernardino\n Ana M. C. Ricardo");
txtpnCopyrightc.setEditable(false);
GridBagConstraints gbc_txtpnCopyrightc = new GridBagConstraints();
gbc_txtpnCopyrightc.gridwidth = 2;
Expand Down

0 comments on commit cb965a7

Please sign in to comment.