879880881882883884885886887
tm.setPreferredSize(new Dimension(450, prefSize.height)); tm.setMaximumSize(tm.getPreferredSize()); hBox.add(Box.createHorizontalGlue()); hBox.add(tm); hBox.add(Box.createHorizontalStrut(5)); hBox.add(new MemoryMonitor()); return hBox; }