Java Swing UIManager getDark()

Here you can find the source of getDark()

Description

get Dark

License

LGPL

Declaration

public static Color getDark() 

Method Source Code


//package com.java2s;
//License from project: LGPL 

import java.awt.Color;
import javax.swing.UIManager;

public class Main {
    private static final String TABLE_FOREGROUND_COLOR_KEY = "Table.foreground";

    public static Color getDark() {
        return UIManager.getColor(TABLE_FOREGROUND_COLOR_KEY);
    }//from w ww .  j  a v  a  2  s.  c o  m
}

Related

  1. fixGtkPopupStyle()
  2. fixHtmlDisplay(JComponent component)
  3. getAnimationSpeed()
  4. getClassLoaderForResources()
  5. getClassLoaderForResources()
  6. getDefaultActiveBackgroundColour()
  7. getDefaultAttributeSet()
  8. getDefaultFieldHeigth()
  9. getDefaultForeground()