Is there any special tool for interactive GUI development
        Posted  
        
            by niko
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by niko
        
        
        
        Published on 2010-01-19T15:57:06Z
        Indexed on 
            2010/05/29
            4:32 UTC
        
        
        Read the original article
        Hit count: 531
        
user-interface
|interaction
Hi,
Currently I am preparing exercises about networks and mobile communications for students. I was thinking about creating an interactive user-interface which enables the user to drag&drop predefined elements and then implement a logic based upon element distances etc.
An example would be to place two base stations (a predefined element with several properties), set the scale in the interface and then check the signal interferrence in the environment (user-interface).
The first part might be too abstract whereas the example might be too specific, but I was wondering whether there already exists any friendly framework or language which enables developers to create interactive interfaces (for teaching/learning purpouses) in short ammount of time. Usually I write applications for PC environment in .NET but in this case it would take too much time to create a specific interface for every exercise.
I would appreciate if anyone could suggest any way to create interactive user-interface in short ammount of time. Are there any special programming languages or development tools for this kind of applications or are there any useful frameworks for .NET, Java or any other language to speed up the development of user-interfaces?
Thank you!
© Stack Overflow or respective owner