0
Create a simple list of movies
We will have a JComboBox, where we will store the movies, that we will store in a text field. Pressing the Add button the movie that we have entered, will be introduced in the JComboBox
4 Réponses
0
So what's your question? To make all of this possible or are you having a hard time on a specific thing?
0
Make all of this possible
0
Im new at programming and I would aprecciate some help
0
Well your biggest problem will be: what is the source of your movies. An external website that deliveres the content? Or do you need to store the movies somewhere?
Modern systems are seperated into two parts: the front-end (what the user sees and the logic for it) and the back-end (for complex systems and retrieving data from a database). The question is if you will need both parts, or just a front-end. That depends on the answer of my first question in this post.
You will need a front-end, try to learn something about: HTML, CSS, JavaScript, Jquery and bootstrap.