All Questions
10 questions
5
votes
1
answer
302
views
PathFinding.java: The grid view and model
Motivation
I am really fond of qiao/PathFinding.js, and, so, I decided to start to do something similar (PathFinding.java). Also, this time, I am wishing to practice some MVC-patterns. It would seem ...
2
votes
2
answers
115
views
Add category section and save in database in admin section with java and javafx using mvc
As I newbie in (java and MVC), I want to know if I understand MVC using java.
My concern is that some of the calls of the class are in the wrong place or, for example, I should have used the interface ...
3
votes
1
answer
182
views
JavaFX CRUD app for rescue animals
I'm fairly new to Java, and I've been working on the following program. It's a basic CRUD app utilizing JavaFX and MVC design pattern. I'm seeking advice because the class I took on Java only covered ...
3
votes
0
answers
1k
views
Pomodoro JavaFX (MVC Pattern) Countdown Timer
I made a simple JavaFX app. It is just a Pomodoro timer, it works as expected.
The Pomodoro study pattern is a technique where you study for 25 minutes and take a 5-minute break and after 4 periods of ...
8
votes
1
answer
666
views
Gem Puzzle game
I started learning JavaFX a few days ago and I have just created as an exercise a simple Gem Puzzle game. The puzzle pieces can be moved if we click on them. The visual aspect of the game is very ...
6
votes
1
answer
3k
views
Snake Game in JavaFX
I've made a simple snake game on which I want to expand with some properties and settings to allow the user to change the speed increments of the snake and the game field size. Before expanding on it ...
3
votes
0
answers
2k
views
Structure of a serial port reading program
I am writing a serial port communication app. And I thought I could get some feedback about the general structure of the program. If I am doing MVC correct, etc.
Since this is a "large" program I ...
2
votes
1
answer
61
views
Glorified Document Chooser
I'm primarily concerned about the design of this MVC application. But will gladly take any suggestions!
Primary objective: Create an interface that allows a user to choose a document from a database.
...
2
votes
1
answer
4k
views
JavaFX app which does CRUD on a database table
I created my first java application for a college assignment. I tried my best to design my application using best practices of MVC design patterns. I have read about it on Stack Overflow and other ...
3
votes
0
answers
376
views
Stylishly saving source
Simple tool to save a web page's source. A result of trying to learn and apply an MVC approach. The FXML is generated via Scene Builder, but included for completion.
I welcome any general feedback on ...