Home
last modified time | relevance | path

Searched refs:setBackground (Results 1 – 23 of 23) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/
DVerifyDialog.java234 getPass1Panel().setBackground(Color.gray); in flushButton_ActionPerformed()
236 getPass2Panel().setBackground(Color.gray); in flushButton_ActionPerformed()
238 getPass3Panel().setBackground(Color.gray); in flushButton_ActionPerformed()
250 ivjFlushButton.setBackground(java.awt.SystemColor.controlHighlight); in getFlushButton()
299 ivjPass1Button.setBackground(java.awt.SystemColor.controlHighlight); in getPass1Button()
321 ivjPass1Panel.setBackground(java.awt.SystemColor.controlShadow); in getPass1Panel()
342 ivjPass2Button.setBackground(java.awt.SystemColor.controlHighlight); in getPass2Button()
364 ivjPass2Panel.setBackground(java.awt.SystemColor.controlShadow); in getPass2Panel()
385 ivjPass3Button.setBackground(java.awt.SystemColor.controlHighlight); in getPass3Button()
407 ivjPass3Panel.setBackground(java.awt.SystemColor.controlShadow); in getPass3Panel()
[all …]
DVerifierAppFrame.java127 jScrollPane1.getViewport().setBackground(Color.red); in jbInit()
128 messagesScrollPane.getViewport().setBackground(Color.red); in jbInit()
263 pass1TextPane.setBackground(Color.red); in verify()
265 pass2TextPane.setBackground(Color.yellow); in verify()
268 pass3aTextPane.setBackground(Color.yellow); in verify()
271 pass3bTextPane.setBackground(Color.yellow); in verify()
273 pass1TextPane.setBackground(Color.green); in verify()
278 pass2TextPane.setBackground(Color.red); in verify()
280 pass3aTextPane.setBackground(Color.yellow); in verify()
283 pass3bTextPane.setBackground(Color.yellow); in verify()
[all …]
/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java401 SimpleFormatter initialPattern = SimpleFormatter.compile(setBackground(value)); in handleLabelPattern()
674 String fallbackFormat = invertBackground(setBackground(value)); in handleIntervalFormats()
725 return invertBackground(format(setBackground(value), territory1, territory2)); in handleRegularListPatterns()
738 return invertBackground(format(setBackground(value), duration1, duration2)); in handleDurationListPatterns()
814 …return valuePatternType.equals(pathPatternType) ? setBackground(value) : getValueFromFormat(pathFo… in getPattern()
836 return invertBackground(format(setBackground(value), territory1, territory2)); in handleEllipsis()
870 return invertBackground(format(setBackground(value), month)); in handleMonthPatterns()
882 String result = format(value, setBackground(sdf.format(DATE_SAMPLE)), setBackground(zone)); in handleAppendItems()
1077 unitPattern = setBackground(unitPattern); in formatCurrency()
1215 … String countryName = setBackground(cldrFile.getName(CLDRFile.TERRITORY_NAME, countryCode)); in handleTimeZoneName()
[all …]
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDemoApplet.java33 setBackground(Color.white); in init()
35 demoButton.setBackground(Color.yellow); in init()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/
DLauncher.java79 setBackground(DemoUtility.bgColor); in init()
116 statusLabel.setBackground(Color.WHITE); in showStatus()
125 statusLabel.setBackground(Color.GRAY); in showFailure()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
DCalendarCalc.java167 setBackground(DemoUtility.bgColor); in buildGUI()
236 dateMenu.setBackground(DemoUtility.choiceColor); in buildGUI()
251 up.setBackground(DemoUtility.bgColor); in buildGUI()
252 down.setBackground(DemoUtility.bgColor); in buildGUI()
291 localeMenu.setBackground(DemoUtility.choiceColor); in buildGUI()
DCalendarFrame.java118 setBackground(DemoUtility.bgColor); in init()
134 calMenu[i].setBackground(DemoUtility.choiceColor); in init()
205 displayMenu.setBackground(DemoUtility.choiceColor); in init()
/external/proguard/src/proguard/gui/
DClassSpecificationsPanel.java217 label.setBackground(list.getSelectionBackground()); in getListCellRendererComponent()
222 label.setBackground(list.getBackground()); in getListCellRendererComponent()
DMemberSpecificationsPanel.java250 label.setBackground(list.getSelectionBackground()); in getListCellRendererComponent()
255 label.setBackground(list.getBackground()); in getListCellRendererComponent()
DClassPathPanel.java403 cellPanel.setBackground(list.getSelectionBackground()); in getListCellRendererComponent()
409 cellPanel.setBackground(list.getBackground()); in getListCellRendererComponent()
/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
DTheme.java41 c.setBackground(MAIN_ALT_BACKGROUND); in apply()
DTweenApplet.java70 getContentPane().setBackground(Theme.MAIN_BACKGROUND); in load()
DTimelineApplet.java79 getContentPane().setBackground(Theme.MAIN_BACKGROUND); in load()
/external/proguard/src/proguard/gui/splash/
DSplashPanel.java227 panel.setBackground(Color.white); in main()
DOverrideGraphics2D.java539 public void setBackground(Color color) in setBackground() method in OverrideGraphics2D
541 graphics.setBackground(color); in setBackground()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
DHolidayCalendarDemo.java182 setBackground(DemoUtility.bgColor); in buildGUI()
217 localeMenu.setBackground(DemoUtility.choiceColor); in buildGUI()
240 displayMenu.setBackground(DemoUtility.choiceColor); in buildGUI()
/external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/
DRuleListController.java129 setBackground(Color.LIGHT_GRAY); in getListCellRendererComponent()
DTestCaseEditController.java626 pane.setBackground(isSelected ? Color.LIGHT_GRAY : Color.WHITE); in getListCellRendererComponent()
/external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/
DImagePanel.java26 public void setBackground(URL bgURL) { in setBackground() method in ImagePanel
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
DTransliteratorInputMethod.java697 setBackground(list.getSelectionBackground()); in getListCellRendererComponent()
700 setBackground(list.getBackground()); in getListCellRendererComponent()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DViewInflater.java501 setBackground(view, value); in setProperty()
582 private void setBackground(View view, String value) { in setBackground() method in ViewInflater
588 view.setBackground(getDrawable(value)); in setBackground()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateApproximateWidths.java59 g.setBackground(Color.white); in drawDemo()
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp707 item->setBackground(Qt::BDiagPattern); in add_persistent()
945 item->setBackground(Qt::NoBrush); in event_notify()
1881 item->setBackground(Qt::NoBrush); in enable_persistent()