static JScrollPane jscroll_trackWidth(JComponent c) { ret jscroll(scrollable_trackWidth(c)); } ifclass Swingable static JScrollPane jscroll_trackWidth(Swingable c) { ret jscroll_trackWidth(c.visualize()); } endif