X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fbin%2FJalview.java;h=c3d674bece0627a168ffef0c2e3493236e2a47a6;hb=6235128370382f0fecdf3ba1cc683052c5aa11e7;hp=1c63f7f3028d4ab0520e24614faa1c3033254993;hpb=28787d9646cca5dd77190930f59b7ff32cf995b4;p=jalview.git diff --git a/src/jalview/bin/Jalview.java b/src/jalview/bin/Jalview.java index 1c63f7f..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 @@ -133,6 +137,11 @@ public class Jalview + "\n~Read documentation in Application or visit http://www.jalview.org for description of Features and Annotations file~\n\n"); System.exit(0); } + if (aparser.contains("nodisplay") || aparser.contains("nogui") || aparser.contains("headless")) + { + System.setProperty("java.awt.headless", "true"); + headless=true; + } Cache.loadProperties(aparser.getValue("props")); // must do this before // anything else! String defs = aparser.getValue("setprop"); @@ -152,10 +161,6 @@ public class Jalview } defs = aparser.getValue("setprop"); } - if (aparser.contains("nodisplay")) - { - System.setProperty("java.awt.headless", "true"); - } if (System.getProperty("java.awt.headless") != null && System.getProperty("java.awt.headless").equals("true")) { @@ -521,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",