comparison dwtx/jface/internal/text/html/HTMLPrinter.d @ 135:65801ad2b265

Regex fix for anon classes
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 01:52:31 +0200
parents 7d818bd32d63
children 5cf141e43417
comparison
equal deleted inserted replaced
134:51e6e63f930e 135:65801ad2b265
48 48
49 static { 49 static {
50 final Display display= Display.getDefault(); 50 final Display display= Display.getDefault();
51 if (display !is null && !display.isDisposed()) { 51 if (display !is null && !display.isDisposed()) {
52 try { 52 try {
53 display.asyncExec(new Runnable() { 53 display.asyncExec(new class() Runnable {
54 /* 54 /*
55 * @see java.lang.Runnable#run() 55 * @see java.lang.Runnable#run()
56 */ 56 */
57 public void run() { 57 public void run() {
58 BG_COLOR_RGB= display.getSystemColor(DWT.COLOR_INFO_BACKGROUND).getRGB(); 58 BG_COLOR_RGB= display.getSystemColor(DWT.COLOR_INFO_BACKGROUND).getRGB();