Skip to content

Instantly share code, notes, and snippets.

@grkvlt
Created October 12, 2017 15:10
Show Gist options
  • Save grkvlt/e08d0e1d23f618628ba6cb07589bbd84 to your computer and use it in GitHub Desktop.
Save grkvlt/e08d0e1d23f618628ba6cb07589bbd84 to your computer and use it in GitHub Desktop.
Exploring Iterated Function Systems
chooser.setPreviewPanel(new JPanel());
Arrays.asList(chooser.getChooserPanels()).stream()
.filter(c -> c.getDisplayName().toLowerCase(Locale.ROOT).contains("swatch"))
.findFirst()
.ifPresent(c -> {
chooser.removeChooserPanel(c);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment