JScrollPane オブジェクト名 = new JScrollPane();
親コンポーネント名.add(オブジェクト名);
オブジェクト名.setBounds(左上 x, 左上 y, 右下 x, 右下 y);
オブジェクト名.setBorder(BorderFactory.createCompoundBorder(null, null));
オブジェクト名.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_NEVER);