Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I need to create a GUI where the user can connect various modules together(these will just be various images to represent certain actions).

Once the modules have been connected, I need to design some way for the application to translate the visual representation of what has been designed in to transferable data.



To give a bit of background - the program is a file transcoding system, the back end is nearly complete and has been written in VB.NET. The idea is that the GUI is a 'Workflow Designer' that enables the user to create completely customisable workflows in terms of file types in and out etc. This is done by having a UI where the user can drag in various 'modules' - e.g MP3 Encode, WAV decode, MP4 demux etc and connect them together by dragging connecting lines between them.


Any advice would be massively appreciated and I hope I've explained it clearly enough, if not I will elaborate,

Thanks.
Posted

1 solution

What does Java have to do with this question ? You can create classes from a common base class and support drag and drop to drop them on to a form and display them from there.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900