Posts by Defera127 • 21 points
3 posts
-
1
votes0
answers41
viewsQ: Double-chained list with a graphical interface to browse the list
I’m new to programming, I’m having a hard time. I implemented a doubly chained list I need to navigate the sorted data of the list by a graphical interface, both next and previous, only I do not…
-
0
votes0
answers60
viewsQ: how to pass data from a Double Chained List to a graphical interface?
I am very beginner in programming and I am coding this program for a job. I have a "Filmoteca", I need to navigate through a list chained with a graphical interface. I don’t know how I can navigate…
-
-1
votes1
answer71
viewsQ: Read a txt file and add to a double-chained java list
I’m very beginner in programming and I’m coding this program for a college job. I need to read the data of a txt file with the following fields (title, style, actor, producer, synopsis, path) and…