X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Fgui%2FEPSOptions.java;h=543215f702d1d7c9eb8153d88e4832d83e6df013;hb=4966d9f4569d7f2b46aca6ff4629e9a1b1120c98;hp=5926563ca21bc569f39ff5351f5264eb9f116d13;hpb=f24dacb1da56fccf05d684e2f4899facec2aecf7;p=jalview.git diff --git a/src/jalview/gui/EPSOptions.java b/src/jalview/gui/EPSOptions.java index 5926563..543215f 100755 --- a/src/jalview/gui/EPSOptions.java +++ b/src/jalview/gui/EPSOptions.java @@ -1,6 +1,6 @@ /* * Jalview - A Sequence Alignment Editor and Viewer - * Copyright (C) 2005 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle + * Copyright (C) 2006 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -27,7 +27,7 @@ public class EPSOptions extends JPanel { JDialog dialog; - boolean cancelled = false; + public boolean cancelled = false; String value; public EPSOptions() @@ -58,10 +58,10 @@ public class EPSOptions throws Exception { lineart.setFont(new java.awt.Font("Verdana", Font.PLAIN, 11)); - lineart.setSelected(true); lineart.setText("Lineart"); text.setFont(new java.awt.Font("Verdana", Font.PLAIN, 11)); text.setText("Text"); + text.setSelected(true); askAgain.setFont(new java.awt.Font("Verdana", Font.PLAIN, 11)); askAgain.setText("Don\'t ask me again"); ok.setText("OK"); @@ -84,8 +84,8 @@ public class EPSOptions jLabel1.setText("Select EPS character rendering style"); this.setLayout(borderLayout1); jPanel3.setBorder(BorderFactory.createEtchedBorder()); - jPanel2.add(lineart); jPanel2.add(text); + jPanel2.add(lineart); jPanel2.add(askAgain); jPanel1.add(ok); jPanel1.add(cancel);