File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
visualvm/libs.profiler/lib.profiler.ui/src/org/graalvm/visualvm/lib/ui Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ public static Color getUnfocusedSelectionBackground() {
314
314
unfocusedSelBg = UIManager .getColor ("controlShadow" ); //NOI18N
315
315
316
316
if (unfocusedSelBg == null ) {
317
- //Okay, the look and feel doesn't suport it, punt
317
+ //Okay, the look and feel doesn't support it, punt
318
318
unfocusedSelBg = Color .lightGray ;
319
319
}
320
320
@@ -341,7 +341,7 @@ public static Color getUnfocusedSelectionForeground() {
341
341
unfocusedSelFg = UIManager .getColor ("textText" ); //NOI18N
342
342
343
343
if (unfocusedSelFg == null ) {
344
- //Okay, the look and feel doesn't suport it, punt
344
+ //Okay, the look and feel doesn't support it, punt
345
345
unfocusedSelFg = Color .BLACK ;
346
346
}
347
347
}
You can’t perform that action at this time.
0 commit comments