We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1073a92 commit 0b44c4aCopy full SHA for 0b44c4a
src-gui/java/pt/lsts/imc/gui/ImcStatePanel.java
@@ -68,7 +68,7 @@ public class ImcStatePanel extends JPanel {
68
protected JList<String> messagesList;
69
protected JPanel mainPanel = new JPanel();
70
protected ImcSystemState state;
71
- protected JTabbedPane tabs = new JTabbedPane();
+ protected JTabbedPane tabs = new JTabbedPane(JTabbedPane.TOP, JTabbedPane.SCROLL_TAB_LAYOUT);
72
protected IMCMessage lastMsg = null;
73
protected Timer timer = null;
74
protected StateListModel stateListModel = null;
0 commit comments