X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fappletgui%2FJVDialog.java;h=9853d98eb13db59aeae5f5ff4fe36d2179dd0dc2;hb=5dc249708303dd777f4570bb66335150a8beab07;hp=dc6ad8b7c42a94a44e5a333287081fe6d65769ac;hpb=c19d2a91ca05e052e3408bf5852d88eb5d0608f1;p=jalview.git diff --git a/src/jalview/appletgui/JVDialog.java b/src/jalview/appletgui/JVDialog.java index dc6ad8b..9853d98 100644 --- a/src/jalview/appletgui/JVDialog.java +++ b/src/jalview/appletgui/JVDialog.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b2) - * Copyright (C) 2015 The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors * * This file is part of Jalview. * @@ -58,8 +58,8 @@ public class JVDialog extends Dialog implements ActionListener width, height); } - public JVDialog(Frame owner, Panel mainPanel, String title, - boolean modal, int width, int height) + public JVDialog(Frame owner, Panel mainPanel, String title, boolean modal, + int width, int height) { super(owner, title, modal); this.owner = owner;