Coder Social home page Coder Social logo

huongsukien-tourmanagement's Introduction

HuongSuKien-QuanLyDuLich

Phan mem quan ly cho cong ty du lich

This project source tree at this time

TourManagement

├───module
│   ├───iText
│   ├───bCrypt
│   ├───jDatePicker
│   └───sqlJDBC
├───res
│   ├───background
│   ├───font
│   ├───icon
│   └───logo
├───DATA
│   └───ScriptDBFull
├───src
│   ├───connect
│   ├───controllers
│   ├───DAO
│   ├───elements
│   ├───entities
│   ├───services
│   ├───utils
│   │   └───constants
│   └───view
└───ticket

Please keep this format when update project.

Please Notice

When use Date class, remember to -1900 Ex:
Date example = new Date(2023 - 1900, 4, 29); //this will return 2023

If you don't -1900, result will be 3923 instead

Code Architecture For GUI Elements

import *; //import everything here

public class className extends JFrame { // Or extends JPanel as anyway
      
      private ElementClass elementName; // Declare your Elements here

      public className() {
            // Setup
            // Set title, icon blah blah...

            // Must have
            init();
            style();
            preset();
            event();
      }

      private void init() {
            //Init Elements(JButton, JtextField,...) here
      }

      private void style() {
            // Set Color, Font or anything else
            // like you do with CSS
      }

      private void preset() {
            //Add element to JFrame, or Panel
      }

      private void event() {
            // Handle events here
            // Add event to Element
      }

      private class privateClassName { //Define more Local class here if you need

      }
}

For more information, please contact Le Minh Bao

Le Minh Bao

huongsukien-tourmanagement's People

Contributors

leminhbao308 avatar nhatlinh2002 avatar hoangnam69 avatar vinh1412 avatar

Stargazers

 avatar

Watchers

 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.