Searched refs:showExtras (Results 1 – 3 of 3) sorted by relevance
26 private boolean showExtras; field in CaptureRenderer46 public void setShowExtras(boolean showExtras) { in setShowExtras() argument47 this.showExtras = showExtras; in setShowExtras()62 if (showExtras) { in paintComponent()
37 private boolean showExtras; field in LayoutRenderer102 if (showExtras && node.image != null) { in paintComponent()128 public void setShowExtras(boolean showExtras) { in setShowExtras() argument129 this.showExtras = showExtras; in setShowExtras()
807 JCheckBox showExtras = new JCheckBox("Show Extras"); in buildLayoutViewControlButtons() local808 showExtras.putClientProperty("JComponent.sizeVariant", "small"); in buildLayoutViewControlButtons()809 showExtras.addChangeListener(new ChangeListener() { in buildLayoutViewControlButtons()814 buttonsPanel.add(showExtras); in buildLayoutViewControlButtons()864 JCheckBox showExtras = new JCheckBox("Show Extras"); in showCaptureWindow() local865 showExtras.addChangeListener(new ChangeListener() { in showCaptureWindow()870 toolBar.add(showExtras); in showCaptureWindow()