Reply to topic  [ 3 posts ] 
Help with creating an interface 
Author Message
I haven't seen my friends in so long
User avatar

Joined: Thu Apr 23, 2009 7:35 pm
Posts: 6580
Location: Getting there
Reply with quote
I've been thinking of writing something for work. It will prob have to be in Java.

I'm looking to create a program that will iterate through all the files in our software and store any links to other files.

i.e. if there are three file and file a runs file b which in turn runs file c then there will be two links (a,b) and (b,c).

This is the easy bit.

The hard bit is I would like to create a graphical interface to represent the map that is created. I was thinking of something along the lines of the Google image similarity interface... (I think it was that anyway, can't find it atm). Anyway, it worked by placing the selected image in the middle of the screen and showing lines out to all the connected images that were placed around the centre image.

When you click one of the orbiting images it moved it to the middle and created the lines for it.

I'd like to try at least to get something similar but I'm not too sure where to start (esp with Java). I could probably do something in Cocoa on my Mac but then I wouldn't be able to use it at work.

Any tips are very welcome :D

_________________
Oliver Foggin - iPhone Dev

JJW009 wrote:
The count will go up until they stop counting. That's the way counting works.


Doodle Sub!
Game Of Life

Image Image


Fri Apr 16, 2010 8:44 am
Profile WWW
Spends far too much time on here
User avatar

Joined: Thu Apr 23, 2009 9:40 pm
Posts: 4876
Location: Newcastle
Reply with quote
Could you use a modified UML builder? That would let you have an entity of a file and a connected file,

or to store the files as a singly linked list then to have a function to go through and connect the points together behind the base image of the file

_________________
Twitter
Charlie Brooker:
Macs are glorified Fisher-Price activity centres for adults; computers for scaredy cats too nervous to learn how proper computers work; computers for people who earnestly believe in feng shui.


Fri Apr 16, 2010 3:33 pm
Profile
I haven't seen my friends in so long
User avatar

Joined: Thu Apr 23, 2009 6:36 pm
Posts: 5159
Location: /dev/tty0
Reply with quote
Fogmeister wrote:
I'd like to try at least to get something similar but I'm not too sure where to start (esp with Java). I could probably do something in Cocoa on my Mac but then I wouldn't be able to use it at work.


Perhaps looking at JavaFX?

It can do some pretty cool things:
http://javafx.com/samples/DisplayShelf/index.html


Fri Apr 16, 2010 3:51 pm
Profile WWW
Display posts from previous:  Sort by  
Reply to topic   [ 3 posts ] 

Who is online

Users browsing this forum: No registered users and 15 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software.