Coder Social home page Coder Social logo

windowbuilder's Introduction

Welcome to Eclipse WindowBuilder

splash
Pull requests | Issues

WindowBuilder - is a powerful and easy to use bi-directional Java GUI designer for SWT and Swing

preview

WindowBuilder is composed of SWT Designer and Swing Designer and makes it very easy to create Java GUI applications without spending a lot of time writing code. Use the WYSIWYG visual designer and layout tools to create simple forms to complex windows; the Java code will be generated for you . Easily add controls using drag-and-drop, add event handlers to your controls, change various properties of controls using a property editor, internationalize your app and much more.

WindowBuilder is built as a plug-in to Eclipse and the various Eclipse-based IDEs (RAD, RSA, MyEclipse, JBuilder, etc.). The plug-in builds an abstract syntax tree (AST) to navigate the source code and uses GEF to display and manage the visual presentation.

Generated code doesn't require any additional custom libraries to compile and run: all of the generated code can be used without having WindowBuilder installed. WindowBuilder can read and write almost any format and reverse-engineer most hand-written Java GUI code. It also supports free-form code editing (make changes anywhere, not just in special areas) and most user refactorings (you can move, rename and subdivide methods without a problem).

Installation

Install the latest version of windowbuilder via the following update site

https://download.eclipse.org/windowbuilder/updates/nightly/latest

How to build on the command line

WindowBuilder can be built locally with at least Java 17 and Maven 3.9.0 using:

mvn clean package

If the build has been successfull, then the build artifacts can be directly consumed via the local p2 repository at:

org.eclipse.wb.releng.updatesite/target/repository/

If you also want to execute all tests, use the following command:

mvn clean verify -fae

Please note that executing the entire test suite may take between 30min and 1h, depending on your system. Getting all tests to pass may also require a specific screen resolution or additional fonts to be installed on your system.

windowbuilder's People

Contributors

akurtakov avatar alliberali avatar amitin avatar bergert avatar borlander avatar col-panic avatar de-bengui avatar howlger avatar initialflame avatar jposterloh avatar laeubi avatar lcaron avatar marceldupreez avatar mark-r-russell avatar merks avatar neogeosnk avatar opcoach avatar ptziegler avatar scheglov avatar truongquangsb avatar vincentlorenzo avatar vogella avatar wimjongman 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.