Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » A job for GEF?
A job for GEF? [message #222182] Sun, 27 August 2006 12:14
Eclipse UserFriend
Originally posted by: mike.cann.gmail.com

Hi, im just trying to do some research before i start my dissertation
project in september and i stumbled accross GEF on my e-travels and was
wondering if it would be a suitable tool to use for my project?

Basically the project is going to be a particle effect tool that works in
a similar way to the particle flow tool works in 3DSMax if anyone has used
it, if not here is a screeny:

http://www.artificial-studios.co.uk/DumpingGround/partview01 .png

It allows you to visually represent your particle system by joining
components together and linking them with connecting lines.

I have already started this using Java and Netbeans. I am currently using
a series of JSplitPanel's to split the main frame up then using a JPanel
for the main area and other JPanels for the individual elements that you
can move around and link up, here is a screeny:

http://www.artificial-studios.co.uk/DumpingGround/partview02 .png

My problem is that when i add a new element via a right click menu I have
to call revalidate on the main panel, this causes all the elements to
return to their default position. The same thing happens whenever you move
one of the JSplitPanes as it called revalidate.

So i was wondering, is GEF ideal for my project or should i stick to
netbeans and swing components?

Thanks,
Mike
Previous Topic:Getting EditPart size in Command
Next Topic:Don't see grid
Goto Forum:
  


Current Time: Tue Apr 16 19:51:26 GMT 2024

Powered by FUDForum. Page generated in 4.75877 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top