Skip to content

voidAasif/aboutSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

aboutSystem

aboutSystem is a simple desktop application built using Java Swing, AWT, and the Java system libraries. It retrieves and displays detailed system specifications such as the OS name, OS version, processor information, memory, GPU, and more. The application provides an easy way to view essential system details through a graphical interface.

Features

  • Display Operating System information (name, version, architecture).
  • Show processor details.
  • Retrieve GPU information.
  • Memory details including RAM and storage.
  • Battery status and display configuration.

Prerequisites

  • Java JDK 8 or above: Ensure that you have the latest version of the Java Development Kit (JDK) installed.
  • Swing and AWT Libraries: These come pre-packaged with the JDK, so no external libraries are required.

Installation and Usage

  1. Clone or Download the project from the repository:

    git clone https://github.com/voidAasif/aboutSystem.git
  2. Compile and Run the application:

    • If you want to compile and run the source code directly:

      javac aboutSystem.java
      java aboutSystem
    • Alternatively, you can create a JAR file and run the application:

      1. First, compile the code and package it into a JAR:
        javac aboutSystem.java
        jar cf aboutSystem.jar aboutSystem.class
      2. Then, run the JAR file:
        java -jar aboutSystem.jar
  3. The application window will launch and display all the available system specifications.

Screenshots

  • Home

Home

  • Other

osName

Contribution

If you have any ideas or would like to contribute to the project, feel free to submit a pull request or open an issue.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages