Searched refs:black (Results 1 – 2 of 2) sorted by relevance
792 JToggleButton black = new JToggleButton("On Black"); in buildLayoutViewControlButtons() local793 toggleColorOnSelect(black); in buildLayoutViewControlButtons()794 black.putClientProperty("JButton.buttonType", "segmentedTextured"); in buildLayoutViewControlButtons()795 black.putClientProperty("JButton.segmentPosition", "last"); in buildLayoutViewControlButtons()796 black.addActionListener(new ActionListener() { in buildLayoutViewControlButtons()802 group.add(black); in buildLayoutViewControlButtons()803 buttonsPanel.add(black); in buildLayoutViewControlButtons()805 black.setSelected(true); in buildLayoutViewControlButtons()850 JToggleButton black = new JToggleButton("On Black"); in showCaptureWindow() local851 toggleColorOnSelect(black); in showCaptureWindow()[all …]
74 getWindow().setBackgroundDrawableResource(android.R.color.black); in onCreate()