X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fio%2FJalviewFileView.java;h=4cef26df57dda9dfc61b1ebe5e830b519205f9cc;hb=25217bbd06c4435ad995fd8ddf3620c3b1d68cd3;hp=6df223a27f85ee2c5c82897b2b0c074bac418d65;hpb=47168f025aefdaa044802bd5f8f510ffe43a4808;p=jalview.git diff --git a/src/jalview/io/JalviewFileView.java b/src/jalview/io/JalviewFileView.java index 6df223a..4cef26d 100755 --- a/src/jalview/io/JalviewFileView.java +++ b/src/jalview/io/JalviewFileView.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2) - * Copyright (C) 2014 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. * @@ -20,11 +20,12 @@ */ package jalview.io; -import java.io.*; -import java.util.*; +import java.io.File; +import java.util.Hashtable; -import javax.swing.*; -import javax.swing.filechooser.*; +import javax.swing.Icon; +import javax.swing.ImageIcon; +import javax.swing.filechooser.FileView; public class JalviewFileView extends FileView { @@ -32,7 +33,8 @@ public class JalviewFileView extends FileView static { - // TODO: these names should come from the FormatAdapter lists for readable/writable extensions + // TODO: these names should come from the FormatAdapter lists for + // readable/writable extensions alignSuffix.put("amsa", "AMSA file"); alignSuffix.put("fasta", "Fasta file"); alignSuffix.put("fa", "Fasta file");