Codebase list jd-gui / f6c51fb
Update 'About' dialog emmanue1 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
9696 hbox.add(Box.createHorizontalGlue());
9797
9898 hbox = Box.createHorizontalBox();
99 hbox.add(new JLabel("Copyright © 2008-2019 Emmanuel Dupuy"));
99 hbox.add(new JLabel("Copyright © 2008, 2019 Emmanuel Dupuy"));
100100 hbox.add(Box.createHorizontalGlue());
101101 subvbox.add(hbox);
102102