better preferences/properties
[jalview.git] / src / jalview / jbgui / GPCAPanel.java
index a6498d2..04aab37 100755 (executable)
@@ -20,6 +20,7 @@
  */
 package jalview.jbgui;
 
+import jalview.bin.Jalview;
 import jalview.util.ImageMaker.TYPE;
 import jalview.util.MessageManager;
 
@@ -88,8 +89,8 @@ public class GPCAPanel extends JInternalFrame
 
   private void jbInit() throws Exception
   {
-    setName("jalview-pca");
-    this.getContentPane().setLayout(new BorderLayout());
+    setName(Jalview.getAppID("pca"));
+    getContentPane().setLayout(new BorderLayout());
     JPanel jPanel2 = new JPanel();
     jPanel2.setLayout(new FlowLayout());
     JLabel jLabel1 = new JLabel();