JAL-1645 source formatting and organise imports
[jalview.git] / src / jalview / appletgui / FontChooser.java
index 6456878..59f6957 100644 (file)
@@ -20,6 +20,9 @@
  */
 package jalview.appletgui;
 
+import jalview.api.ViewStyleI;
+import jalview.util.MessageManager;
+
 import java.awt.BorderLayout;
 import java.awt.Button;
 import java.awt.Checkbox;
@@ -37,9 +40,6 @@ import java.awt.event.ActionListener;
 import java.awt.event.ItemEvent;
 import java.awt.event.ItemListener;
 
-import jalview.api.ViewStyleI;
-import jalview.util.MessageManager;
-
 /**
  * This dialog allows the user to try different font settings and related
  * options. Changes are immediately visible on the alignment or tree. The user