CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2010
    Posts
    2

    How i create this Gui program? Or I use what component for this GUI ?

    hello i want to create gui program for my "Language And Machines" lesson : Turing machine project

    Our teacher says that GUI program should have this abilities:
    1-user have a place on Gui that he can Create his standard Turing machine Graphicaly
    2-when he double-click on state(a fill circle that has lable) of machine he can see list that he can select one them
    that then create a ARROW from this stat to another state
    3-place that user inter his string (tape alphabetic of machin) graphicaly 4-click button then machin trace the machin graphicaly

    what component i should use for place that user can with drag and drop
    can create its state , arrow and other shapes?
    what component i should use for state ?
    what component i should use for arrow (my means thai is : -------------> of course it have to be able to be arc-arrow)

    i am good in java but i weak in its Gui

    best regard.

  2. #2
    Join Date
    May 2009
    Posts
    2,413

    Re: How i create this Gui program? Or I use what component for this GUI ?

    You can use Swing to build a GUI. Here's a tutorial,

    http://java.sun.com/docs/books/tutorial/ui/index.html

  3. #3
    Join Date
    Jan 2010
    Posts
    2

    Re: How i create this Gui program? Or I use what component for this GUI ?

    Are you learning about Turing machines or GUIs?
    both them , i should create with GUI for user can to create its standard turing machin
    then he inter data then program graphically trace what act turing machin for this data

    exactly , you think that i have gui that has two part left and right . at left user see
    the shapes that need to create its machin like fill circle for state of machin
    arrows and ...
    then user select shape at left and with drag&dropmove it to right part
    and create it's machine at right part.
    at right part at last this shape should be able to animate
    now i use what ?
    Sunolinu

  4. #4
    Join Date
    May 2009
    Posts
    2,413

    Re: How i create this Gui program? Or I use what component for this GUI ?

    Quote Originally Posted by sunolinu View Post
    now i use what ?
    You use Swing. See my previous post.

  5. #5
    Join Date
    Mar 2010
    Location
    Mexico
    Posts
    9

    Re: How i create this Gui program? Or I use what component for this GUI ?

    Maybe you can use QtJambi for your GUI

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured