Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [albireo-dev] more views for testing

Hi Gordon,

> I made a small change to EventLoggerView to allow it to compile against 
> Java 1.4 (replacing a call to Class.getSimpleName with Class.getName).

Thanks. Now I added a JDK 1.4.2 to the list of "Installed JREs" in my
workspace, and now I get Class.getSimpleName flagged as an error.

> FWIW, I also changed the simple RCP application packaged with the 
> examples plug-in so that it can show all the new views.

Welcome!

Sometime we should also test views for drag&drop and for popup menus (both
AWT and SWT popup menus).

Bruno


Back to the top