Giter Site home page Giter Site logo

coollector / modern-gui Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 506 KB

A easy to usee implementation of Java Swing to get rid of the ugle interface and without doing anything more it creates beautiful graphics from default valeues

Java 100.00%

modern-gui's Introduction

Modern GUI Project

This project provides a modern GUI look for Java Swing applications. It includes components such as FelixButton and FelixFrame that can be used as alternatives to JButton and JFrame, respectively.

Screenshots

Modern GUI Application

Modern GUI Application

Description: This screenshot shows a Java Swing application window using the modern GUI. The components have a sleek and contemporary design.

Standard Java Swing Application

Standard Java Swing Application

Description: This screenshot shows a standard Java Swing application window without the modern GUI applied. The components have the default Swing look and feel.

Another Example of the Modern GUI

Another Example

Description: This screenshot showcases another example of the modern GUI applied to a different application.

Installation

To use the modern GUI in your project, follow these steps:

  1. Download the project as a ZIP file.
  2. Extract the contents of the ZIP file to a desired location.
  3. Add the extracted folder to your Java project.
  4. Replace instances of JButton with FelixButton and JFrame with FelixFrame in your code.
  5. Build and run your project.

Note: Make sure to include the required dependencies and import statements as specified in the project documentation.

Usage

To utilize the modern GUI components, you can refer to the following code snippet:

import com.example.gui.FelixButton;
import com.example.gui.FelixFrame;

public class MyApplication {

    public static void main(String[] args) {
        FelixFrame frame = new FelixFrame("My Application");
        FelixButton button = new FelixButton("Click Me");
        frame.add(button);
        // Add other components and logic here
        frame.pack();
        frame.setVisible(true);
    }
}

modern-gui's People

Contributors

coollector 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.