Skip to content

Built in JavaFX. Manages newspapers, hawkers and customers.

Notifications You must be signed in to change notification settings

Aarush2k1/News-Paper-Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News Paper Assistant

ABOUT JavaFX

JavaFX is a software platform intended to replace Swing in creating and delivering rich internet applications that operate consistently across diverse platforms. Applications built in JavaFX, can run on multiple platforms including Web, Mobile and Desktops.

Features:

  • FXML & SceneBuilder: A designer can code in FXML or use JavaFX Scene Builder to interactively design the graphical user interface (GUI). Scene Builder generates FXML markup that can be ported to an IDE where a developer can add the business logic.
  • Web view: Web pages can be embedded with JavaFX applications. Web View uses WebKitHTML technology to embed web pages.
  • Built-in UI controls and CSS: JavaFX provides all the major UI controls required to develop a full-featured application. Components can be skinned with standard Web technologies such as CSS.
  • Swing interoperability: JavaFX applications can be embedded with swing code using the Swing Node class. We can update the existing swing application with the powerful features of JavaFX.

APPLICATION

This is a Newspaper management system made with JavaFX. Data is stored in local database and is accessed using MySQl queires using JDBC.

SCREENSHOTS


Paper Master Customer Manager Hawker Manager Bill Generator Customer Display Bill Collector Hawker Display

TODO UI

Dashboard Newspapers
image1 image1

About

Built in JavaFX. Manages newspapers, hawkers and customers.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published