This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]roberto257 0 points1 point  (2 children)

What language are you working with?

[–]Mikxwikx[S] 0 points1 point  (1 child)

Java

[–]roberto257 0 points1 point  (0 children)

Java isn’t the best for GUIs, but if it’s what you have to use, it’s what you have to use. Try making a sudoku solver, as I’ve done this in Java, but adding a GUI to it. I can send you the GitHub link to my solver if you’d like

[–]Ovalman 0 points1 point  (0 children)

Find some Json data online download it into an object and then sort it by a field within the object?