GithubHelp home page GithubHelp logo

pay-me's Introduction

Pay Me!

A Java GUI application utilising MySQL to create a robust banking application enabling the user to make payments.

How It's Made

We used the Java Swing Library to create a custom GUI from scratch for our application. There is a class for each interface of the application so as to ensure minimal coupling between the modules. The classes interact with each other using the information passed on by one class to the other. The entity which distinctly identifies a user is their userID and that is what we pass around and access the MySQL Database and extract information corresponding to the specfic userID.

The Components

The directory structure is as follows:

├── lib
│   ├── mysql-connector.jar
│   ├── swingx-action-1.6.7.jar
│   ├── swingx-autocomplete-1.6.7.jar
│   ├── swingx-common-1.6.7.jar
│   ├── swingx-core-1.6.7.jar
│   ├── swingx-graphics-1.6.7.jar
│   ├── swingx-painters-1.6.7.jar
│   └── swingx-plaf-1.6.7.jar
├── LICENSE
├── README.md
├── src
│   ├── DetailedStatement.java
│   ├── HomeScreen.java
│   ├── MiniStatement.java
│   ├── MysqlConnection.java
│   └── Register.java

src contains the classes which make up the interfaces of the application. lib contains the dependencies utilised by the application. Note that the lib directory cannot be discarded unless one wants to fine tune this application as per their needs.

pay-me's People

Contributors

0mega28 avatar periperidip avatar pega5us avatar palashgarg0109 avatar deepanshumatia avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.