X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fbin%2FJalview.java;h=c3d674bece0627a168ffef0c2e3493236e2a47a6;hb=6fb502e4a8749d1d98f5442c3b8156ab47996b77;hp=94206c23e053ece61a2b42a7fdf5c477abf0468f;hpb=03dfaa6ef08c4a7088081d6269a5bc9edb5a7316;p=jalview.git diff --git a/src/jalview/bin/Jalview.java b/src/jalview/bin/Jalview.java index 94206c2..c3d674b 100755 --- a/src/jalview/bin/Jalview.java +++ b/src/jalview/bin/Jalview.java @@ -70,7 +70,11 @@ public class Jalview } }); } - protected static boolean proteine; + /** + * Put protein=true for get a protein example + */ + private static boolean protein=false; + /** * main class for Jalview application @@ -522,27 +526,14 @@ public class Jalview // And the user // //////////////////// - JFrame Typechooser =new JFrame("choose molecule type"); - FlowLayout fl = new FlowLayout(); - Typechooser.setLayout(fl); - Typechooser.setSize(400,400); - Typechooser.setDefaultCloseOperation(Typechooser.DISPOSE_ON_CLOSE); - JLabel label = new JLabel("What would you open ? "); - JButton rnabutton = new JButton("RNA molecule"); - JButton pbutton = new JButton("Proteine molecule"); - - pbutton.addActionListener(new pbuttonlistener()); - rnabutton.addActionListener(new rnabuttonlistener()); - Typechooser.getContentPane().add(label); - Typechooser.getContentPane().add(rnabutton); - Typechooser.getContentPane().add(pbutton); - Typechooser.setVisible(true); + + if (!headless && file == null && vamsasImport == null - && jalview.bin.Cache.getDefault("SHOW_STARTUP_FILE", true) && proteine == true) + && jalview.bin.Cache.getDefault("SHOW_STARTUP_FILE", true) && protein == true) { file = jalview.bin.Cache.getDefault( "STARTUP_FILE",