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() {
314314 unfocusedSelBg = UIManager .getColor ("controlShadow" ); //NOI18N
315315
316316 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
318318 unfocusedSelBg = Color .lightGray ;
319319 }
320320
@@ -341,7 +341,7 @@ public static Color getUnfocusedSelectionForeground() {
341341 unfocusedSelFg = UIManager .getColor ("textText" ); //NOI18N
342342
343343 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
345345 unfocusedSelFg = Color .BLACK ;
346346 }
347347 }
You can’t perform that action at this time.
0 commit comments