static JFilePathButton jFilePathButton(File f) {
  ret swing(-> new JFilePathButton(f));
}