Stock management system with java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 ?

29th Nov 2022, 2:50 PM
nisrine alami
nisrine alami - avatar
3 Answers
+ 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.
29th Nov 2022, 6:58 PM
Tibor Santa
Tibor Santa - avatar
+ 1
The official page of the project is always a good source of information. https://openjfx.io/openjfx-docs/
29th Nov 2022, 7:33 PM
Tibor Santa
Tibor Santa - avatar
0
Yes it should have a user interface Do you know any good tutorial please ? And thank you so much
29th Nov 2022, 7:23 PM
nisrine alami
nisrine alami - avatar