Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Suggestion for SWT 'Community' page example application

Hi all,

I'm the author of DBGL: DOSBox Game Launcher, an open-source, free, multi-platform frontend for DOSBox. This Windows/Mac/Linux desktop application was written in Java using SWT, HSQLDB, some Apache Commons libs, etc.

I was just wondering if it would make an interesting example application for 'The SWT Community Page'? Amongst some of its more 'advanced SWT-related features' are a 'dynamic SWT library loading mechanism' (to make sure the 32-bit swt.jar is loaded on a 32-bit java environment, and the 64-bit variant on a 64-bit environment), the ability to show images in table columns, and auto-complete Combo lists. DBGL's changelog also describes some SWT quirks I've stumbled upon while building the application, which users might find interesting to read.

Much more information is available on the DBGL website.

Hope to hear from you,
Kindest regards,

Ronald Blankendaal

Back to the top