Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gef-dev] Making a GEF application

Hi,

I'm little bit new to the GEF environment and I need to create an application which is in a similar problem domain as follows,

int x = 5;
if x = 2
    draw a rectangle
else
    draw a oval

I need to compile this main program, and the result should be open as a new eclipse application. Could you please tell me is there a way of doing this using GEF and how?

Thankx
Chalani...



Never miss a thing. Make Yahoo your homepage.

Back to the top