static JColorChooser jColorChooser(Color color) { ret swing(-> { new JColorChooser c; c.setColor(color); ret c; }); }