Deleted useless exclamation points

This commit is contained in:
Remco
2015-04-08 21:37:43 +02:00
parent d3e9b578eb
commit 9d88f92a98
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ public class EditArtistPanel extends JFrame {
public EditArtistPanel(Agenda agenda, Artist art, TabbedPane tab)
{
super("Artist editscreen!");
super("Artist editscreen");
setDefaultCloseOperation(HIDE_ON_CLOSE);
JPanel content = new JPanel(new BorderLayout());
JPanel south = new JPanel(new FlowLayout());
+1 -1
View File
@@ -24,7 +24,7 @@ public class EditEventPanel extends JFrame{
public EditEventPanel(Agenda agenda, Event e, TabbedPane tab)
{
super("Event editscreen!");
super("Event editscreen");
setDefaultCloseOperation(HIDE_ON_CLOSE);
JPanel content = new JPanel(new BorderLayout());
JPanel south = new JPanel(new FlowLayout());
+1 -1
View File
@@ -20,7 +20,7 @@ public class EditStagePanel extends JFrame{
public EditStagePanel(Agenda agenda, AgendaStage sta)
{
super("Stage editscreen!");
super("Stage editscreen");
setDefaultCloseOperation(HIDE_ON_CLOSE);
JPanel content = new JPanel(new BorderLayout());
JPanel south = new JPanel(new FlowLayout());