Create a simple list of movies | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

19th Apr 2018, 4:14 PM
Josue Chavarria
4 Answers
0
So what's your question? To make all of this possible or are you having a hard time on a specific thing?
19th Apr 2018, 4:47 PM
***
*** - avatar
0
Make all of this possible
19th Apr 2018, 6:07 PM
Josue Chavarria
0
Im new at programming and I would aprecciate some help
19th Apr 2018, 6:08 PM
Josue Chavarria
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.
20th Apr 2018, 4:40 AM
***
*** - avatar