Ejemplo n.º 1
0
 /** Get the default color to use for displaying active hyperlinks. */
 public static Color getActiveHyperlinkText(Display display) {
   return JFaceResources.getColorRegistry().get(JFacePreferences.ACTIVE_HYPERLINK_COLOR);
 }
Ejemplo n.º 2
0
 /** Get the default color to use for displaying errors. */
 public static Color getErrorText(Display display) {
   return JFaceResources.getColorRegistry().get(JFacePreferences.ERROR_COLOR);
 }