+ 1
Stock management system with java
Hy guys I should elaborate a stock management system using java in two weeks I am new to java and I know the basics (classes getters setters scanner...) With what should I start ? Should I learn about javafx ?
3 Réponses
+ 1
If this is an expectation from your project, that the system must have a graphical user interface, then sure, learn JavaFX.
But you could also solve it with a text interface (console app). This should be merely an implementation detail, if you follow good design principles. The main concern is the "business logic" or the "core" of your application. Just try to design first, what will be the data structures and functionalities that your app will handle.
+ 1
The official page of the project is always a good source of information.
https://openjfx.io/openjfx-docs/
0
Yes it should have a user interface
Do you know any good tutorial please ?
And thank you so much