Skip to content

Projects made during college. This includes activities from basic syntax, methods, GUI, to OOP.

Notifications You must be signed in to change notification settings

khylaehza/java-programs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Programs

Projects made during college. This includes activities from basic syntax, methods, GUI, to OOP.

Table of Contents

Installation

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed JDK (Java Development Kit).
  • You have installed NetBeans IDE or your preferred IDE.

Steps

  1. Clone the repository:

    git clone https://github.com/khylaehza/java-programs
  2. Open NetBeans IDE.

  3. Open the project:

    • Navigate to File -> Open Project.
    • Browse to the location where you cloned the repository and select the project folder.
    • Select the project you want to use.
  4. Build the project:

    • Right-click on the project in the Projects tab.
    • Select Clean and Build.

Usage

Running the Project

  1. Run the project:
    • Right-click on the project in the Projects tab.
    • Select Run.

Example Usage

public class Main {
    public static void main(String[] args) {
        System.out.println("Hello, World!");
    }
}

Features

  • Basic syntax
  • Methods
  • GUI
  • Object Oriented Programming

About

Projects made during college. This includes activities from basic syntax, methods, GUI, to OOP.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages