Skip to content

l33t-c0d3r-66/Notepad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Notepad

  • Notepad is a desktop application created using Java Swing and Maven.
  • It only has basic functionalities

    What is Swing?

  • Swing is a GUI widget toolkit for Java. It is part of Oracle's Java Foundation Classes – an API for providing a graphical user interface for Java programs.
  • Swing was developed to provide a more sophisticated set of GUI components than the earlier Abstract Window Toolkit.
  • You can explore more at: https://docs.oracle.com/javase/7/docs/api/javax/swing/package-summary.html

    What is Maven?

  • Maven is a build automation tool used primarily for Java projects.
  • Maven can also be used to build and manage projects written in C#, Ruby, Scala, and other languages.
  • The Maven project is hosted by the Apache Software Foundation, where it was formerly part of the Jakarta Project
  • Maven simplifies the building process of Java projects so you don't need to worry about downloading dependencies and other tasks
  • You can explore Maven here: https://maven.apache.org/guides/

    Images

  • About

    A Notepad Clone in Java Swing

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages