Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Newbie question

You can look the [help contents] in Eclipse

Eclipse -> help -> help contents -> Platform Plug-in Developer Guide
-> Programmer's Guide -> Standard Widget Toolkit.

There are many article, but you could read the "Widget application
structure" first to make sense.

2005/7/26, Alexander Buloichik <Alexander_Buloichik@xxxxxxxx>:
> Hi, All !
> 
> Sorry for stupid question, but I can't find answer on my question in the FAQ and docs.
> 
> How can I create simple SWT application ?
> 
> I'm using Eclipse SDK 3.1(without any additional plugins) under Windows XP.
> 
> As far as I understand, I should add SWT libraries to my project(through Properties/Java Build Path/Libraries/Add Library). But I can see only "JRE System Library", "Plug-in Dependencies" and "User Library" lines.
> 
> When I click "Samples" on the "Welcome" screen, I downloaded SWT examples, and can compile and run they. I see "org.eclipse.swt_3.1.0" and "org.eclipse.swt.win32.win32.x86_3.1.0" under "Plug-in Dependencies" in the "Library" tab.
> 
> WBR, Alex.
> 
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/platform-swt-dev
> 
> 
>


Back to the top