Merge branch 'patch/JAL-4281_idwidthandannotHeight_in_project' into develop
[jalview.git] / test / jalview / gui / MouseEventDemo.java
index 6d154de..f02527a 100644 (file)
@@ -117,6 +117,9 @@ public class MouseEventDemo extends JPanel implements MouseListener
 
   static final String NEWLINE = System.getProperty("line.separator");
 
+  /**
+   * @j2sIgnore
+   */
   public static void main(String[] args)
   {
     // Schedule a job for the event dispatch thread:
@@ -158,8 +161,8 @@ public class MouseEventDemo extends JPanel implements MouseListener
     textArea = new JTextArea();
     textArea.setEditable(false);
     JScrollPane scrollPane = new JScrollPane(textArea);
-    scrollPane
-            .setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_ALWAYS);
+    scrollPane.setVerticalScrollBarPolicy(
+            JScrollPane.VERTICAL_SCROLLBAR_ALWAYS);
     scrollPane.setPreferredSize(new Dimension(400, 75));
 
     blankArea = new BlankArea(Color.YELLOW);