Giter Site home page Giter Site logo

intellij-idea-guidesigner-plugin's Introduction

IntelliJ IDEA GUI Designer Gradle plugin

Note

This open-source project is not related to JetBrains company and does not claim any rights on JetBrains or IntelliJ IDEA brands. These are only mentioned to inform people about compatibility and usage of this software. The information about the usage of the brands "JetBrains" and "IntelliJ IDEA" can be found here.

Overview

IntelliJ IDEA has a GUI Designer to create Swing GUI Forms visually. However, the compilation of the forms happens only when IntelliJ IDEA itself is responsible for compilation (Build, Execution, Deployment > Build Tools > Gradle > Gradle projects > Build and run using: IntelliJ IDEA). There are some outdated Maven plugins to compile forms, but there are no such for Gradle.

This Gradle plugin enables to instrument the compiled classes bound to the forms with the UI creation code.

Usage

Apply the Gradle plugin in the module build.gradle (or project build.gradle if there are no modules) after other plugins.

plugins {
    // ...
    id 'io.github.file5.guidesigner' version '1.0.2'
}

Add IntelliJ IDEA form components dependency in the module build.gradle.

dependencies {
    // ...
    implementation "com.jetbrains.intellij.java:java-gui-forms-rt:+"
    //noinspection GradlePackageUpdate
    implementation "com.jgoodies:forms:1.1-preview"
}

intellij-idea-guidesigner-plugin's People

Contributors

chabapok avatar file5 avatar kakifrucht 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.