X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fgui%2FFeatureSettings.java;h=8c4b35540d89177f7f9f0d7df690ae3f16c7d2ff;hb=0751c58086542f9e0466201b624f84d1efd547bb;hp=b49593a1697a2842b036a8a55d02a6a02c3cc905;hpb=006890b02106eb31841e6e84d75f1027434823e0;p=jalview.git diff --git a/src/jalview/gui/FeatureSettings.java b/src/jalview/gui/FeatureSettings.java index b49593a..8c4b355 100644 --- a/src/jalview/gui/FeatureSettings.java +++ b/src/jalview/gui/FeatureSettings.java @@ -436,8 +436,8 @@ public class FeatureSettings extends JPanel } else { - Desktop.addInternalFrame(frame, title, false, bounds.width, - bounds.height); + Desktop.addInternalFrame(frame, title, Desktop.FRAME_NOT_VISIBLE, bounds.width, + bounds.height, Desktop.FRAME_ALLOW_RESIZE, Desktop.FRAME_SET_MIN_SIZE_300); frame.setBounds(bounds); frame.setVisible(true); }