Jump to content

movie star

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
phenoma

phenoma

    Newbie

  • Members
  • Pip
  • 5 posts
have anyone ever work on a GUI that would accept a movie star and his or her greatest movie and display it?

#2
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
I'm assuming you want the Java form, not the Java Tutorial forum.

Moved

#3
domestic

domestic

    Learning Programmer

  • Members
  • PipPipPip
  • 44 posts
by gui, do you mean program? or do you have the program and need a gui?
.
Posted Image

Programming Languages: Java, VB6, VB2005 (.NET2)
Web Languages: HTML, CSS, JS

Website: http://abdn.ac.uk/~u41am6

Opportunity is missed by most people because it is dressed in overalls and looks like work.

#4
gszauer

gszauer

    Programmer

  • Members
  • PipPipPipPip
  • 113 posts

phenoma said:

have anyone ever work on a GUI that would accept a movie star and his or her greatest movie and display it?

No, but it would be pretty simple to make.
Read the moviestar, and his/her greatest play from an external file (This way it can be updated easily) into an array
Then when the user enters a movie stars name just index the array.

Im assuming a 50 star max.

~Aristotle said:

It is the mark of an educated mind to entertain a tought without accepting it
If my post was helpful, please help me build some rep Posted Image