static JScrollPane jBorderlessHigherHorizontalScrollPane(JComponent c) { var sp = borderlessScrollPane(jHigherScrollPane(c)); sp.setVerticalScrollBarPolicy(ScrollPaneConstants.VERTICAL_SCROLLBAR_NEVER); ret sp; }